]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
* installsh.test (AUTOMAKE): Use $PERL. From Pavel Roskin.
authorTom Tromey <tromey@redhat.com>
Mon, 1 Feb 1999 11:49:56 +0000 (11:49 +0000)
committerTom Tromey <tromey@redhat.com>
Mon, 1 Feb 1999 11:49:56 +0000 (11:49 +0000)
tests/ChangeLog
tests/installsh.test

index 517e5101c2417d631f8c8405526ad0656326526d..2aa2d9ae7db287c5aa009571b97ada54a5b92aa1 100644 (file)
@@ -1,5 +1,7 @@
 1999-02-01  Tom Tromey  <tromey@cygnus.com>
 
+       * installsh.test (AUTOMAKE): Use $PERL.  From Pavel Roskin.
+
        * cond5.test: Sleep 15 seconds, not 5.  Some people still run the
        test on slow machines.
 
index a9589d12df5ba314cad727ef23e84106a6c56b73..9e8ee472a02560b385e13c00847bdb5d28958eda 100755 (executable)
@@ -25,7 +25,7 @@ case "$srcdir" in
     ;;
 esac
 
-AUTOMAKE="../../../automake --amdir=$srcdir/.. --foreign"
+AUTOMAKE="$PERL ../../../automake --amdir=$srcdir/.. --foreign"
 
 # Now we proceed with the test
 $AUTOMAKE --add-missing > output 2>&1 \