diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-22 11:28:46 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-22 17:10:34 -0400 |
commit | 65931ce7a9a84ddb9adb118b7558bfd1b8c3ee46 (patch) | |
tree | 2267155ce5a4ae0f8b2b6e6e67eb315e33e3cb97 /tests/scripts/features/output-sync | |
parent | 1a991ada47e0c98ddcb4b2d30b1cf14e4b6a949a (diff) | |
download | gunmake-65931ce7a9a84ddb9adb118b7558bfd1b8c3ee46.tar.gz |
Regression test portability to Solaris.
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); |