diff options
| author | Barton E. Schaefer <schaefer@zsh.org> | 2015-03-23 21:18:58 -0700 |
|---|---|---|
| committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-03-23 21:18:58 -0700 |
| commit | 13bad92fd85c4e4a3077080606f6ad6217b29bd5 (patch) | |
| tree | c524d51dae6b4155b297d130d9eb0a17eebccf29 /Test/comptest | |
| parent | 34759: improve implementation of last commit (diff) | |
| download | zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar.gz zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar.bz2 zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar.lz zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar.xz zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.tar.zst zsh-13bad92fd85c4e4a3077080606f6ad6217b29bd5.zip | |
34772: add new test suite file for history; fix "read" usage in comptest
Diffstat (limited to 'Test/comptest')
| -rw-r--r-- | Test/comptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest index 9c92f96ec..ef8421755 100644 --- a/Test/comptest +++ b/Test/comptest @@ -164,7 +164,7 @@ zletest () { for input; do # zpty_flush Before zletest # sleep for $KEYTIMEOUT - (( first++ )) && read -t 0.011 -k 1 < /dev/null + (( first++ )) && read -t 0.011 -u 0 -k 1 < /dev/null zpty -n -w zsh "$input" done zpty -n -w zsh $'\C-X' |
