1
0
Fork 0
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:
Martijn Dekker 2022-08-16 22:19:05 +01:00
parent dde8da6769
commit f039e4115c

View file

@ -1031,19 +1031,14 @@ p :test-1:
w set -H
p :test-2:
w true ${#v} !non_existent
r true \$\{#v} !non_existent\r\n$
r : !non_existent: event not found
u : !non_existent: event not found
w histchars='!^@'
p :test-3:
w true \\@ !non_existent
r true \\@ !non_existent\r\n$
r : !non_existent: event not found
u : !non_existent: event not found
p :test-4:
w true @ !non_existent
r true @ !non_existent\r\n$
p :test-5:
w true OK
r true OK\r\n$
w echo @ !non_existent
u @ !non_existent\r\n$
!
# ======