mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-13 19:52:20 +00:00
tests/pty.sh: fix failure on macOS (re: 5ca7c325
)
It failed as follows: pty.sh[84]: crash after switching from emacs to vi mode: line 750: expected "^Success\r?\n$", got "echo Success\r\n"
This commit is contained in:
parent
5ca7c325e3
commit
e08defc233
1 changed files with 1 additions and 1 deletions
|
@ -747,7 +747,7 @@ u set -o vi
|
||||||
c \Erri
|
c \Erri
|
||||||
w echo Success
|
w echo Success
|
||||||
u echo
|
u echo
|
||||||
r ^Success\r?\n$
|
r Success\r?\n$
|
||||||
!
|
!
|
||||||
|
|
||||||
# ======
|
# ======
|
||||||
|
|
Loading…
Reference in a new issue