diff options
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-x | testsuite/sed.tests | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests index 2af1e4c97..9494ac2de 100755 --- a/testsuite/sed.tests +++ b/testsuite/sed.tests | |||
@@ -154,11 +154,9 @@ testing "sed selective matches insert newline" \ | |||
154 | testing "sed selective matches noinsert newline" \ | 154 | testing "sed selective matches noinsert newline" \ |
155 | "sed -ne 's/woo/bang/p' input -" "a bang\nb bang" "a woo\nb woo" \ | 155 | "sed -ne 's/woo/bang/p' input -" "a bang\nb bang" "a woo\nb woo" \ |
156 | "c no\nd no" | 156 | "c no\nd no" |
157 | test x"$SKIP_KNOWN_BUGS" = x"" && { | ||
158 | testing "sed clusternewline" \ | 157 | testing "sed clusternewline" \ |
159 | "sed -e '/one/a 111' -e '/two/i 222' -e p input -" \ | 158 | "sed -e '/one/a 111' -e '/two/i 222' -e p input -" \ |
160 | "one\none\n111\n222\ntwo\ntwo" "one" "two" | 159 | "one\none\n111\n222\ntwo\ntwo" "one" "two" |
161 | } | ||
162 | testing "sed subst+write" \ | 160 | testing "sed subst+write" \ |
163 | "sed -e 's/i/z/' -e 'woutputw' input -; $ECHO -n X; cat outputw" \ | 161 | "sed -e 's/i/z/' -e 'woutputw' input -; $ECHO -n X; cat outputw" \ |
164 | "thzngy\nagaznXthzngy\nagazn" "thingy" "again" | 162 | "thzngy\nagaznXthzngy\nagazn" "thingy" "again" |