summaryrefslogtreecommitdiff
path: root/t/insthook.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/insthook.sh')
-rw-r--r--t/insthook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/insthook.sh b/t/insthook.sh
index 46f39b0aa..e7f61b0d3 100644
--- a/t/insthook.sh
+++ b/t/insthook.sh
@@ -59,7 +59,7 @@ test -f ok
./configure "--bindir=$(pwd)/bin"
$MAKE install
echo b > foo
-run_make VERSION=2.0 install
+$MAKE install VERSION=2.0
test $(cat bin/foo-1.0) = a
test $(cat bin/foo-2.0) = b
test $(cat bin/foo) = b