diff options
author | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-07-02 02:45:03 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@cvs.openbsd.org> | 2010-07-02 02:45:03 +0000 |
commit | 5199f65787421ebb56e123e8954ceb6d55a61b24 (patch) | |
tree | 1d41892ca1550fbc972b8f5ee77177b7684f441c /regress | |
parent | f4efd912916b9dc7917f2411d510831c0330e035 (diff) |
oops, add a missing newline; noticed by and ok phessler@
Diffstat (limited to 'regress')
-rw-r--r-- | regress/usr.bin/sed/sedtest.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/usr.bin/sed/sedtest.sh b/regress/usr.bin/sed/sedtest.sh index 56e68b23450..adb057bf724 100644 --- a/regress/usr.bin/sed/sedtest.sh +++ b/regress/usr.bin/sed/sedtest.sh @@ -1,5 +1,5 @@ #!/bin/sh - -# $OpenBSD: sedtest.sh,v 1.3 2010/07/01 17:04:24 naddy Exp $ +# $OpenBSD: sedtest.sh,v 1.4 2010/07/02 02:45:02 naddy Exp $ # # Copyright (c) 1992 Diomidis Spinellis. # Copyright (c) 1992, 1993 @@ -417,7 +417,7 @@ u2/g' lines1 mark '8.19' ; sed 's/l/[/' lines1 | $SED -e 's[\[.[X\[[' echo '\ in y command' mark '8.20' - printf 'a\\b(c' | + printf 'a\\b(c\n' | $SED 'y%ABCDEFGHIJKLMNOPQRSTUVWXYZ, /\\()"%abcdefghijklmnopqrstuvwxyz,------%' } |