diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-01 04:19:59 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-08-01 04:19:59 +0200 |
commit | b883bc9884d1e01f9653eb5e7b4a59da80162d3b (patch) | |
tree | 4e934ef1562b4ca8ba3b809b7909d5c7b155ee19 | |
parent | 2e284a40bcb9d5c73b86603fe31f3a175023d88a (diff) | |
download | busybox-w32-b883bc9884d1e01f9653eb5e7b4a59da80162d3b.tar.gz busybox-w32-b883bc9884d1e01f9653eb5e7b4a59da80162d3b.tar.bz2 busybox-w32-b883bc9884d1e01f9653eb5e7b4a59da80162d3b.zip |
sed.tests: make last test less confusing
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rwxr-xr-x | testsuite/sed.tests | 2 |
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" \ | |||
277 | 277 | ||
278 | testing "sed -i with address modifies all files, not only first" \ | 278 | testing "sed -i with address modifies all files, not only first" \ |
279 | "cp input input2; sed -i -e '1s/foo/bar/' input input2 && cat input input2; rm input2" \ | 279 | "cp input input2; sed -i -e '1s/foo/bar/' input input2 && cat input input2; rm input2" \ |
280 | "bar\nbar\n" "foo\n" "foo\n" | 280 | "bar\nbar\n" "foo\n" "" |
281 | 281 | ||
282 | 282 | ||
283 | # testing "description" "arguments" "result" "infile" "stdin" | 283 | # testing "description" "arguments" "result" "infile" "stdin" |