sed.tests: make last test less confusing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
2e284a40bc
commit
b883bc9884
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user