aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtestsuite/make.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/make.tests b/testsuite/make.tests
index 7749bed52..2d286d5b8 100755
--- a/testsuite/make.tests
+++ b/testsuite/make.tests
@@ -1,6 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2 2
3. ./testing.sh 3. ./testing.sh
4unset MAKEFLAGS
4 5
5# testing "test name" "command" "expected result" "file input" "stdin" 6# testing "test name" "command" "expected result" "file input" "stdin"
6 7
@@ -529,3 +530,5 @@ file1:
529 @touch file1 530 @touch file1
530' 531'
531cd .. || exit 1; rm -rf make.tempdir 2>/dev/null 532cd .. || exit 1; rm -rf make.tempdir 2>/dev/null
533
534exit $FAILCOUNT