On 2012-05-19 08:50, Phil Pennock wrote:
[RC2 announcement]
Really minor testsuite issue, but it's a new one:
log/0369
SHELL vs. /bin/sh
My test system is running with SHELL=/bin/bash
so "/bin/sh" in the log is not translated by runtest
(/bin/sh is explicitly run by the conf, and is a symlink to bash
on this system)
I'm not sure why this particular use of a shell must
be translated. It has a well-defined name, coded in the conf.
Perhaps we could place our own symlink (in the test area)
to /bin/sh and code the conf with that?
I've a patch with this; can push in fairly short order if it's agreeable.