summaryrefslogtreecommitdiff
path: root/t/check5.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/check5.sh')
-rw-r--r--t/check5.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/check5.sh b/t/check5.sh
index 2b2d7434d..a70883919 100644
--- a/t/check5.sh
+++ b/t/check5.sh
@@ -52,7 +52,7 @@ cp one.c two.c
./configure
$MAKE check
test -f ok
-EXEEXT=.bin $MAKE -e print-tests >stdout || { cat stdout; exit 1; }
+run_make EXEEXT=.bin print-tests >stdout || { cat stdout; exit 1; }
cat stdout
$FGREP 'BEG: one.bin two.bin :END' stdout
# No am__EXEEXT_* variable is needed.