diff options
-rwxr-xr-x | testsuite/make.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/make.tests b/testsuite/make.tests index e4d635141..bac673178 100755 --- a/testsuite/make.tests +++ b/testsuite/make.tests | |||
@@ -90,7 +90,7 @@ cd .. || exit 1; rm -rf make.tempdir 2>/dev/null | |||
90 | # There was a bug where the failure of a build command didn't result | 90 | # There was a bug where the failure of a build command didn't result |
91 | # in make returning a non-zero exit status. | 91 | # in make returning a non-zero exit status. |
92 | testing "make return error if command fails" \ | 92 | testing "make return error if command fails" \ |
93 | "make -f - >/dev/null 2>&1; echo \$?" "2\n" "" ' | 93 | "make -f - >/dev/null 2>&1; test \$? -gt 0 && echo OK" "OK\n" "" ' |
94 | target: | 94 | target: |
95 | @exit 42 | 95 | @exit 42 |
96 | ' | 96 | ' |