diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 21:41:14 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-07-11 21:41:14 +0000 |
commit | abe49fa54fbd4d13f8424532abced8c3bc9afd0c (patch) | |
tree | 46b91fabcbe3aab24dd2f926c915553f633c5ed9 /testsuite/sed.tests | |
parent | 94884eb4866815e63293a6261f974601ce95b1dd (diff) | |
download | busybox-w32-abe49fa54fbd4d13f8424532abced8c3bc9afd0c.tar.gz busybox-w32-abe49fa54fbd4d13f8424532abced8c3bc9afd0c.tar.bz2 busybox-w32-abe49fa54fbd4d13f8424532abced8c3bc9afd0c.zip |
testsuite: uniformly use $ECHO with -n -e
Diffstat (limited to 'testsuite/sed.tests')
-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 4cdbaa687..9a7f886c1 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -163,7 +163,7 @@ testing "sed match EOF two files" "sed -e '"'$p'"' input -" \ | |||
163 | #00000010 0a 74 68 72 65 65 0a 6f 6f 6b 0a 6f 6f 6b 0a 66 |.three.ook.ook.f| | 163 | #00000010 0a 74 68 72 65 65 0a 6f 6f 6b 0a 6f 6f 6b 0a 66 |.three.ook.ook.f| |
164 | #00000020 6f 75 72 |our| | 164 | #00000020 6f 75 72 |our| |
165 | # which looks buggy to me. | 165 | # which looks buggy to me. |
166 | echo -ne "three\nfour" > input2 | 166 | $ECHO -ne "three\nfour" > input2 |
167 | testing "sed match EOF inline" \ | 167 | testing "sed match EOF inline" \ |
168 | "sed -e '"'$i ook'"' -i input input2 && cat input input2" \ | 168 | "sed -e '"'$i ook'"' -i input input2 && cat input input2" \ |
169 | "one\nook\ntwothree\nook\nfour" "one\ntwo" "" | 169 | "one\nook\ntwothree\nook\nfour" "one\ntwo" "" |