summaryrefslogtreecommitdiff
path: root/t/instspc.tap
diff options
context:
space:
mode:
Diffstat (limited to 't/instspc.tap')
-rw-r--r--t/instspc.tap2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/instspc.tap b/t/instspc.tap
index 5ca2b922d..82663562a 100644
--- a/t/instspc.tap
+++ b/t/instspc.tap
@@ -308,7 +308,7 @@ for test_name in $test_names_list; do
r=ok
../configure --prefix "/$test_string-prefix" \
&& $MAKE all \
- && DESTDIR="$dest" file="./$test_string" $MAKE -e test-inst \
+ && DESTDIR="$dest" file="./$test_string" $MAKE test-inst \
|| r='not ok'
description="$test_name in ${where}dir"