aboutsummaryrefslogtreecommitdiff
path: root/testsuite/sed.tests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/sed.tests')
-rwxr-xr-xtestsuite/sed.tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/sed.tests b/testsuite/sed.tests
index cc200703d..9576b6c4b 100755
--- a/testsuite/sed.tests
+++ b/testsuite/sed.tests
@@ -143,6 +143,9 @@ testing "sed subst+write" \
143 "sed -e 's/i/z/' -e 'woutputw' input -; echo -n X; cat outputw" \ 143 "sed -e 's/i/z/' -e 'woutputw' input -; echo -n X; cat outputw" \
144 "thzngy\nagaznXthzngy\nagazn" "thingy" "again" 144 "thzngy\nagaznXthzngy\nagazn" "thingy" "again"
145rm outputw 145rm outputw
146testing "sed trailing NUL" \
147 "sed 's/i/z/' input -" \
148 "a\0b\0\nc" "a\0b\0" "c"
146 149
147# Test end-of-file matching behavior 150# Test end-of-file matching behavior
148 151