summaryrefslogtreecommitdiff
path: root/tests/compile2.test
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-06-05 12:16:48 +0200
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-06-05 12:18:42 +0200
commit9986bd92a59f662ea21a7e734c0556e9756eaa2b (patch)
treec18b1235e1a4704e4b9ae6050aa1a79f3fa80717 /tests/compile2.test
parent13c1b9e61bf30678a707229d52e05b3ae6a30f9c (diff)
downloadautomake-9986bd92a59f662ea21a7e734c0556e9756eaa2b.tar.gz
Revert "tests: use `$SHELL' to run the shell scripts from `lib/'"
This reverts commit f977d00e0a3ab9af3555bb3bc8ea78726cb7a143. See <http://lists.gnu.org/archive/html/automake-patches/2011-06/msg00018.html> for the reasons behind this revert.
Diffstat (limited to 'tests/compile2.test')
-rwxr-xr-xtests/compile2.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compile2.test b/tests/compile2.test
index 35c3d4698..a466dc413 100755
--- a/tests/compile2.test
+++ b/tests/compile2.test
@@ -57,7 +57,7 @@ amtest_lock='slist_o.d'
export amtest_source amtest_object amtest_obj amtest_lock
: > "$amtest_source"
-$SHELL compile ./mycc -c "$amtest_source" -o "$amtest_object"
+./compile ./mycc -c "$amtest_source" -o "$amtest_object"
test -f "$amtest_object"
@@ -78,7 +78,7 @@ amtest_lock='slist_o.d'
export amtest_source amtest_object amtest_obj amtest_lock
: > "$amtest_source"
-$SHELL compile ./mycc -c "$amtest_source" -o "$amtest_object"
+./compile ./mycc -c "$amtest_source" -o "$amtest_object"
test -f "$amtest_object"
: