summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2017-06-20 16:46:51 +0000
committeranton <anton@openbsd.org>2017-06-20 16:46:51 +0000
commitde851a941bb39fc3de04a3e6a1adc41fe2ec0c4e (patch)
tree6ea974bb40bc667bf3e300a1006d5f4faad17c05
parentDon't try to close every single file descriptor up to _SC_OPEN_MAX in csh. (diff)
downloadwireguard-openbsd-de851a941bb39fc3de04a3e6a1adc41fe2ec0c4e.tar.xz
wireguard-openbsd-de851a941bb39fc3de04a3e6a1adc41fe2ec0c4e.zip
Fix EOL tests for ksh vi mode.
-rw-r--r--regress/bin/ksh/edit/vi.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/regress/bin/ksh/edit/vi.sh b/regress/bin/ksh/edit/vi.sh
index dcac09f0f0b..2b2505115d6 100644
--- a/regress/bin/ksh/edit/vi.sh
+++ b/regress/bin/ksh/edit/vi.sh
@@ -33,10 +33,10 @@ testseq "ab\bc" " $ ab\b \bc"
testseq "ab\0177c" " $ ab\b \bc"
# ^J, ^M: End of line.
-# XXX testseq "a\nab" " $ a\r\na"
-# XXX testseq "a\rab" " $ a\r\na"
-# XXX testseq "a\0033\nab" " $ a\b\r\na"
-# XXX testseq "a\0033\rab" " $ a\b\r\na"
+testseq "echo a\nb" " $ echo a\r\r\na\r\n $ b"
+testseq "echo a\rb" " $ echo a\r\r\na\r\n $ b"
+testseq "echo a\0033\nb" " $ echo a\b\r\r\na\r\n $ b"
+testseq "echo a\0033\rb" " $ echo a\b\r\r\na\r\n $ b"
# ^U: Kill.
testseq "ab\0033ic\0025d" " $ ab\bcb\b\b\bb \b\b\bdb\b"