aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-xtestsuite/sed.tests2
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" \
154testing "sed selective matches noinsert newline" \ 154testing "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"
157test x"$SKIP_KNOWN_BUGS" = x"" && {
158testing "sed clusternewline" \ 157testing "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}
162testing "sed subst+write" \ 160testing "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"