mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
parent
e08defc233
commit
aacf0d0b66
1 changed files with 9 additions and 5 deletions
|
@ -95,6 +95,7 @@ if ! pty $bintrue < /dev/null
|
||||||
then err_exit pty command hangs on $bintrue -- tests skipped
|
then err_exit pty command hangs on $bintrue -- tests skipped
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# err_exit #
|
# err_exit #
|
||||||
tst $LINENO <<"!"
|
tst $LINENO <<"!"
|
||||||
L POSIX sh 026(C)
|
L POSIX sh 026(C)
|
||||||
|
@ -740,14 +741,17 @@ L crash after switching from emacs to vi mode
|
||||||
# trigger a memory fault: https://bugzilla.opensuse.org/show_bug.cgi?id=179917
|
# trigger a memory fault: https://bugzilla.opensuse.org/show_bug.cgi?id=179917
|
||||||
|
|
||||||
d 15
|
d 15
|
||||||
w exec $SHELL -o emacs
|
p :test-1:
|
||||||
u emacs
|
w exec "$SHELL" -o emacs
|
||||||
|
r ^:test-1: exec "\$SHELL" -o emacs\r\n$
|
||||||
|
p :test-1:
|
||||||
w set -o vi
|
w set -o vi
|
||||||
u set -o vi
|
r ^:test-1: set -o vi\r\n$
|
||||||
|
p :test-2:
|
||||||
c \Erri
|
c \Erri
|
||||||
w echo Success
|
w echo Success
|
||||||
u echo
|
r ^:test-2: echo Success\r\n$
|
||||||
r Success\r?\n$
|
r ^Success\r\n$
|
||||||
!
|
!
|
||||||
|
|
||||||
# ======
|
# ======
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue