From: Tim Van Holder Date: Sun, 22 Jul 2001 00:25:35 +0000 (+0000) Subject: * tests/dirname.test: Explicitly use $SHELL to run the X-Git-Tag: Release-1-4j~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=781b237df4315ad42f204322cc51d58a536c6771;p=thirdparty%2Fautomake.git * 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. --- diff --git a/ChangeLog b/ChangeLog index 6a7618d3c..e51cb9d0e 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 8b2ebfc46..6426e601e 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 <