From 4e9967dcca02695eb5a62dc15b43e6123329d909 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Mon, 5 Jun 2000 23:06:52 +0000 Subject: fix wording in error messages for tests (11755) --- Test/comptest | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Test/comptest') diff --git a/Test/comptest b/Test/comptest index 167b1a367..79be571e7 100644 --- a/Test/comptest +++ b/Test/comptest @@ -19,7 +19,7 @@ comptestinit () { zpty zsh "$comptest_zsh" -f zpty -r zsh log1 "**" || { - print "first prompt doesn't appered." + print "first prompt hasn't appeared." return 1 } @@ -75,7 +75,7 @@ comptesteval () { print -lr - "$@" > $tmp zpty -w zsh ". $tmp" zpty -r zsh log_eval "**" || { - print "prompt doesn't appered." + print "prompt hasn't appeared." return 1 } rm $tmp @@ -85,7 +85,7 @@ comptest () { input="$*" zpty -n -w zsh "$input"$'\C-Z' zpty -r zsh log "***" || { - print "finish widget doesn't invoked." + print "failed to invoke finish widget." return 1 } -- cgit 1.4.1