diff options
Diffstat (limited to 'tests/insh2.test')
-rwxr-xr-x | tests/insh2.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/insh2.test b/tests/insh2.test index ae4ea2c92..9f35a6c20 100755 --- a/tests/insh2.test +++ b/tests/insh2.test @@ -12,4 +12,5 @@ END $AUTOMAKE || exit 1 -$MAKE -s -f Makefile.in SHELL=/bin/sh magic | grep install-sh +fgrep -v @SET_MAKE@ Makefile.in > Makefile.sed +$MAKE -s -f Makefile.sed SHELL=/bin/sh magic | grep install-sh |