* tests/defs.in: Export SHELL.
authorAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Nov 2003 19:22:19 +0000 (19:22 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Mon, 10 Nov 2003 19:22:19 +0000 (19:22 +0000)
* tests/cond11.test: Missing quotes.
* tests/nogzip2.test: Require bzip2.

ChangeLog
tests/cond11.test
tests/defs.in
tests/nogzip.test

index aad0ebc..58d0c75 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2003-11-10  Alexandre Duret-Lutz  <adl@gnu.org>
+
+       * tests/defs.in: Export SHELL.
+       * tests/cond11.test: Missing quotes.
+       * tests/nogzip2.test: Require bzip2.
+
 2003-11-09  Alexandre Duret-Lutz  <adl@gnu.org>
 
        * NEWS: Add news entries from 1.6.x and 1.7.x.
index 584538c..fbcc141 100755 (executable)
@@ -28,7 +28,7 @@ set -e
 
 cat >> configure.in << 'END'
 AC_PROG_CC
-AM_CONDITIONAL([USE_A], [test -z $two])
+AM_CONDITIONAL([USE_A], [test -z "$two"])
 AC_SUBST([SUBSTVAR], [bar])
 AC_OUTPUT
 END
index e155e25..9cdc966 100644 (file)
@@ -62,7 +62,9 @@ test -z "$VERBOSE" && {
    exec > /dev/null 2>&1
 }
 
+# Make sure we override the user shell.
 SHELL='@SHELL@'
+export SHELL
 # User can override various tools used.
 test -z "$PERL" && PERL='@PERL@'
 test -z "$MAKE" && MAKE=make
index 955f836..58b4d09 100755 (executable)
@@ -20,6 +20,7 @@
 
 # Check support for no-dist-gzip
 
+required=bzip2
 . ./defs || exit 1
 
 set -e