diff options
Diffstat (limited to 'tests/scripts/features/output-sync')
-rw-r--r-- | tests/scripts/features/output-sync | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/scripts/features/output-sync b/tests/scripts/features/output-sync index e2e88a7..75d7e81 100644 --- a/tests/scripts/features/output-sync +++ b/tests/scripts/features/output-sync @@ -91,7 +91,7 @@ foo-fail: \t\@echo foo-fail: start \t\@$wait_bar \t\@echo foo-fail: end -\t\@false +\t\@exit 1 EOF close(MAKEFILE); |