diff options
author | Tom Tromey <tromey@redhat.com> | 1997-04-09 01:36:35 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 1997-04-09 01:36:35 +0000 |
commit | aae29754a02ec3756c1af16c09a5aec4ca25eba9 (patch) | |
tree | 8f0e9d66b33b5feb17386a819a6faa1cc0ffa892 /tests/insh2.test | |
parent | 121c5a1bf86d7af6505d5a75d09e48c0a56060d0 (diff) | |
download | automake-aae29754a02ec3756c1af16c09a5aec4ca25eba9.tar.gz |
tests respect MAKE
Diffstat (limited to 'tests/insh2.test')
-rwxr-xr-x | tests/insh2.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/insh2.test b/tests/insh2.test index 217411d89..b5018da38 100755 --- a/tests/insh2.test +++ b/tests/insh2.test @@ -12,4 +12,4 @@ END $AUTOMAKE || exit 1 -make -s -f Makefile.in magic | grep install-sh +$MAKE -s -f Makefile.in magic | grep install-sh |