summaryrefslogtreecommitdiff
path: root/t/tap-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/tap-deps.sh')
-rw-r--r--t/tap-deps.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/t/tap-deps.sh b/t/tap-deps.sh
index 8de51d388..a9446bf1f 100644
--- a/t/tap-deps.sh
+++ b/t/tap-deps.sh
@@ -62,9 +62,7 @@ END
chmod a+x *.test
-$MAKE check >stdout || { cat stdout; exit 1; }
-cat stdout
-
+run_make -O check
count_test_results total=5 pass=5 fail=0 xpass=0 xfail=0 skip=0 error=0
cat > exp << 'END'