mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-02-15 04:32:24 +00:00
attempt to fix pty test (re: dde8da67
)
It worked on macOS, but failed on the github CI runner.
This commit is contained in:
parent
dde8da6769
commit
f039e4115c
1 changed files with 4 additions and 9 deletions
|
@ -1031,19 +1031,14 @@ p :test-1:
|
||||||
w set -H
|
w set -H
|
||||||
p :test-2:
|
p :test-2:
|
||||||
w true ${#v} !non_existent
|
w true ${#v} !non_existent
|
||||||
r true \$\{#v} !non_existent\r\n$
|
u : !non_existent: event not found
|
||||||
r : !non_existent: event not found
|
|
||||||
w histchars='!^@'
|
w histchars='!^@'
|
||||||
p :test-3:
|
p :test-3:
|
||||||
w true \\@ !non_existent
|
w true \\@ !non_existent
|
||||||
r true \\@ !non_existent\r\n$
|
u : !non_existent: event not found
|
||||||
r : !non_existent: event not found
|
|
||||||
p :test-4:
|
p :test-4:
|
||||||
w true @ !non_existent
|
w echo @ !non_existent
|
||||||
r true @ !non_existent\r\n$
|
u @ !non_existent\r\n$
|
||||||
p :test-5:
|
|
||||||
w true OK
|
|
||||||
r true OK\r\n$
|
|
||||||
!
|
!
|
||||||
|
|
||||||
# ======
|
# ======
|
||||||
|
|
Loading…
Reference in a new issue