about summary refs log tree commit diff
path: root/Test/comptest
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2000-06-05 23:06:52 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2000-06-05 23:06:52 +0000
commit4e9967dcca02695eb5a62dc15b43e6123329d909 (patch)
treef8c0005983b3abfdd9321f215f53d178ce1ac030 /Test/comptest
parentebc33dc0fb78317aa3d5830dd0d343f9b1e11bac (diff)
downloadzsh-4e9967dcca02695eb5a62dc15b43e6123329d909.tar.gz
zsh-4e9967dcca02695eb5a62dc15b43e6123329d909.tar.xz
zsh-4e9967dcca02695eb5a62dc15b43e6123329d909.zip
fix wording in error messages for tests (11755)
Diffstat (limited to 'Test/comptest')
-rw-r--r--Test/comptest6
1 files changed, 3 insertions, 3 deletions
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 "*<PROMPT>*" || { 
-    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 "*<PROMPT>*" || {
-    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 "*<WIDGET><finish>*<PROMPT>*" || {
-    print "finish widget doesn't invoked."
+    print "failed to invoke finish widget."
     return 1
   }