diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-27 21:11:44 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-08-27 21:11:44 +0000 |
| commit | b32d6325a58619ad1154fc13e00b87eb685cdb78 (patch) | |
| tree | 1cd57fd55d63be5ee068001fbe798f34534ed0f4 | |
| parent | 17582: Improved option argument handling. (diff) | |
| download | zsh-post-opt-arg.tar zsh-post-opt-arg.tar.gz zsh-post-opt-arg.tar.bz2 zsh-post-opt-arg.tar.lz zsh-post-opt-arg.tar.xz zsh-post-opt-arg.tar.zst zsh-post-opt-arg.zip | |
17582: Change Test for different error messagepost-opt-arg
| -rw-r--r-- | Test/B03print.ztst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Test/B03print.ztst b/Test/B03print.ztst index 1aa6d2051..4022bc646 100644 --- a/Test/B03print.ztst +++ b/Test/B03print.ztst @@ -26,7 +26,7 @@ print -f 1:print -f needs a format specified -?(eval):print:1: -f: format argument expected +?(eval):print:1: argument expected: -f print -Of '%s\n' foo bar baz 0:reverse argument sorting |
