From 29de3130e3dcda94b75efc5124d3a61dba0fc0a0 Mon Sep 17 00:00:00 2001 From: Tim Van Holder Date: Sun, 22 Jul 2001 00:25:35 +0000 Subject: [PATCH] * tests/dirname.test: Explicitly use $SHELL to run the script; this avoids failures on DJGPP. * tests/install2.test: Skip if 'chmod 000' doesn't make a file unreadable. --- ChangeLog | 7 +++++++ tests/dirname.test | 2 +- tests/install2.test | 3 +++ 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 6a7618d3..e51cb9d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2001-07-21 Tim Van Holder + + * tests/dirname.test: Explicitly use $SHELL to run the + script; this avoids failures on DJGPP. + * tests/install2.test: Skip if 'chmod 000' doesn't make + a file unreadable. + 2001-07-21 Tom Tromey * tests/libtool2.test: Check for libtoolize. diff --git a/tests/dirname.test b/tests/dirname.test index 8b2ebfc4..6426e601 100755 --- a/tests/dirname.test +++ b/tests/dirname.test @@ -25,7 +25,7 @@ $AUTOCONF || exit 1 # support our regexps anyhow test -s configure || exit 77 -./configure >got || exit 1 +$SHELL ./configure >got || exit 1 cat >wanted <