I got this error in check.log with 1.11.2: PASS: modules5-7 ** expected: U realmodule/a cvs [a-z]*: Executing ../fs/home/mount/home/prj/src/sptools/cvs-1.11.2/sp-foreign-cvs-sanity/cvsroot/checkout\.sh. .realmodule.. checkout script invoked in /fs/logs/mount/tmp/cvs-serv[0-9a-z]* args: realmodule ** got: U realmodule/a cvs server: Executing ''/fs/home/mount/home/prj/src/sptools/cvs-1.11.2/sp-foreign-cvs-sanity/cvsroot/checkout.sh' 'realmodule'' checkout script invoked in /fs/home/mount/home/prj/tmp/cvs-serv12338 args: realmodule FAIL: modules5-8
/fs/logs/mount/tmp is the same as /tmp, and /fs/home/mount/home/prj/tmp is the same as my $TMPDIR. I tried again with TMPDIR unset, and this test passed. So either sanity.sh should unset TMPDIR or the test should be made insensitive to TMPDIR. (Also, it appears that the TESTDIR path isn't regexp-quoted, which could cause test failures if it doesn't match itself.) I'd like to be able to run the tests without using /tmp at all. Is that possible? Setting TESTDIR apparently isn't sufficient. paul _______________________________________________ Bug-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-cvs
