From 86fa5ec3d5bd08d5ea5282aafb8a1d02917a088b Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Sat, 6 Feb 2016 20:03:13 +0100 Subject: drop -k and make it default, add -F to exit on errors immediately --- tests | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests b/tests index 51a47a4..b02b638 100755 --- a/tests +++ b/tests @@ -204,14 +204,15 @@ check_output 'exit code on empty input when run with -R' 'true | $XE -R echo a | 122 EOF -check_output 'stops on first error' 'necho a b c | $XE -s "if [ b = \$1 ]; then false; else echo \$1; fi" || echo $?' </dev/null || echo $?' <