diff options
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/sed.test | 3 |
1 files changed, 0 insertions, 3 deletions
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 |