diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-25 03:06:33 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-25 03:06:33 +0000 |
commit | 50f88338e67084fa31be6843d47bd4d675458e7a (patch) | |
tree | c773e8d4342bf45cd3f1863567a4ed9f632932f2 /Test/comptest | |
parent | f0dd0ced30845735c9d3922a706ff3a508b3c0b6 (diff) | |
download | zsh-50f88338e67084fa31be6843d47bd4d675458e7a.tar.gz zsh-50f88338e67084fa31be6843d47bd4d675458e7a.tar.xz zsh-50f88338e67084fa31be6843d47bd4d675458e7a.zip |
Assorted "make check" tweaks.
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 d65ea351a..4ea738d8a 100644 --- a/Test/comptest +++ b/Test/comptest @@ -5,7 +5,7 @@ comptestinit () { $ZTST_srcdir/../Completion $ZTST_srcdir/../Completion/*/*~*/CVS(/) ) - zmodload -i zsh/zpty + zmodload -i zsh/zpty || return $? comptest_zsh=${ZSH:-zsh} |