From 13bad92fd85c4e4a3077080606f6ad6217b29bd5 Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Mon, 23 Mar 2015 21:18:58 -0700 Subject: 34772: add new test suite file for history; fix "read" usage in comptest --- Test/W01history.ztst | 19 +++++++++++++++++++ Test/comptest | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 Test/W01history.ztst (limited to 'Test') diff --git a/Test/W01history.ztst b/Test/W01history.ztst new file mode 100644 index 000000000..2492c418f --- /dev/null +++ b/Test/W01history.ztst @@ -0,0 +1,19 @@ +# Tests for BANG_HIST replacements + +%prep + + [[ -t 0 ]] && print -u $ZTST_fd History tests write to /dev/tty + +%test + + $ZTST_testdir/../Src/zsh -fis <<<' + echo foo bar + echo $(!!) again + echo more $( !! )' 2>/dev/null +0:Regression test for history references in command substitution +>foo bar +>foo bar again +>more foo bar again +*?* +F:Check that a history bug introduced by workers/34160 is working again. +F:Discarded line of error output consumes prompts printed by "zsh -i". 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' -- cgit 1.4.1