From: Tom Tromey Date: Mon, 1 Feb 1999 11:49:56 +0000 (+0000) Subject: * installsh.test (AUTOMAKE): Use $PERL. From Pavel Roskin. X-Git-Tag: user-dep-gen-branchpoint~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bdfb58208ce5db3326c52759b9356cd260acfab6;p=thirdparty%2Fautomake.git * installsh.test (AUTOMAKE): Use $PERL. From Pavel Roskin. --- diff --git a/tests/ChangeLog b/tests/ChangeLog index 517e5101c..2aa2d9ae7 100644 --- a/tests/ChangeLog +++ b/tests/ChangeLog @@ -1,5 +1,7 @@ 1999-02-01 Tom Tromey + * installsh.test (AUTOMAKE): Use $PERL. From Pavel Roskin. + * cond5.test: Sleep 15 seconds, not 5. Some people still run the test on slow machines. diff --git a/tests/installsh.test b/tests/installsh.test index a9589d12d..9e8ee472a 100755 --- a/tests/installsh.test +++ b/tests/installsh.test @@ -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 \