mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
Fix typo in bad options test
This had a stray `}`, which made one possible message: unknown option -- Z} with a literal `}`, which broke on NetBSD, which has that message.
This commit is contained in:
parent
cdf6260d70
commit
0ddbd8d318
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
#RUN: %fish -Z
|
||||
#CHECKERR: {{.*fish}}: {{unrecognized option: Z|invalid option -- '?Z'?|unknown option -- Z}|illegal option -- Z}}
|
||||
#CHECKERR: {{.*fish}}: {{unrecognized option: Z|invalid option -- '?Z'?|unknown option -- Z|illegal option -- Z}}
|
||||
|
|
Loading…
Reference in a new issue