aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorYaroslav Tykhiy <ytykhiy@gmail.com>2007-04-19 23:19:43 +0000
committerYaroslav Tykhiy <ytykhiy@gmail.com>2007-04-19 23:19:43 +0000
commit7aec17680c308519ee216be1520a0aa8b9cb0433 (patch)
treea10374a9892b7ae429abb57bb42fa0646aa7eaaa /tools
parentdb937f2110bce910c29bfbe7dfada49a8f07a567 (diff)
Notes
Diffstat (limited to 'tools')
-rw-r--r--tools/regression/usr.bin/sed/regress.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/regression/usr.bin/sed/regress.sh b/tools/regression/usr.bin/sed/regress.sh
index 834f5bdcba41..e06960d626e0 100644
--- a/tools/regression/usr.bin/sed/regress.sh
+++ b/tools/regression/usr.bin/sed/regress.sh
@@ -2,7 +2,7 @@
REGRESSION_START($1)
-echo '1..13'
+echo '1..14'
REGRESSION_TEST(`G', `sed G < regress.in')
REGRESSION_TEST(`P', `sed P < regress.in')
@@ -25,5 +25,7 @@ foo
REGRESSION_TEST(`c3', `sed ''`3,/no such string/c\
foo
''`< regress.in')
+REGRESSION_TEST(`b2a', `sed ''`2,3b
+1,2d''` < regress.in')
REGRESSION_END()