aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-xtestsuite/sed.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests
index 445eff6bc..880fc2118 100755
--- a/testsuite/sed.tests
+++ b/testsuite/sed.tests
@@ -277,7 +277,7 @@ testing "sed with N skipping lines past ranges on next cmds" \
testing "sed -i with address modifies all files, not only first" \
"cp input input2; sed -i -e '1s/foo/bar/' input input2 && cat input input2; rm input2" \
- "bar\nbar\n" "foo\n" "foo\n"
+ "bar\nbar\n" "foo\n" ""
# testing "description" "arguments" "result" "infile" "stdin"