From b883bc9884d1e01f9653eb5e7b4a59da80162d3b Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 1 Aug 2010 04:19:59 +0200 Subject: sed.tests: make last test less confusing Signed-off-by: Denys Vlasenko --- testsuite/sed.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite') 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" -- cgit v1.2.3