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 /Test | |
parent | 9634760d5eae4e8618e4b9ed9752d7305b3695a9 (diff) | |
download | zsh-b32d6325a58619ad1154fc13e00b87eb685cdb78.tar.gz zsh-b32d6325a58619ad1154fc13e00b87eb685cdb78.tar.xz zsh-b32d6325a58619ad1154fc13e00b87eb685cdb78.zip |
17582: Change Test for different error message post-opt-arg
Diffstat (limited to 'Test')
-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 |