diff options
-rw-r--r-- | Test/comptest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/comptest b/Test/comptest index 4a23e8937..42fe651d7 100644 --- a/Test/comptest +++ b/Test/comptest @@ -98,7 +98,7 @@ zpty_flush() { while zpty -r -t zsh junk \* ; do (( ZTST_verbose > 2 )) && print -n -u $ZTST_fd "${(V)junk}" done - (( ZTST_verobse > 2 )) && print -u $ZTST_fd '' + (( ZTST_verbose > 2 )) && print -u $ZTST_fd '' fi } |