From 516f3d620fd1b8f0813b48c1154fc60d98c17be8 Mon Sep 17 00:00:00 2001 From: Andy Chu Date: Thu, 17 Mar 2016 00:06:32 -0700 Subject: Fix bug where all tests aren't being run with 'make test'. The tests/*.test files shouldn't explicitly exit, because they are sourced in scripts/test.sh. No tests after sed were being run. --- tests/sed.test | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/sed.test') diff --git a/tests/sed.test b/tests/sed.test index ec06baae..b308b699 100755 --- a/tests/sed.test +++ b/tests/sed.test @@ -151,6 +151,3 @@ testing "bonus backslashes" \ "sed -e 'a \l \x\' -e \"\$(echo -e 'ab\\\nc')\"" \ "hello\nl x\nab\nc\n" "" "hello\n" # -i with $ last line test - - -exit $FAILCOUNT -- cgit v1.2.3