mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
0ddbd8d318
This had a stray `}`, which made one possible message: unknown option -- Z} with a literal `}`, which broke on NetBSD, which has that message.
2 lines
129 B
Fish
2 lines
129 B
Fish
#RUN: %fish -Z
|
|
#CHECKERR: {{.*fish}}: {{unrecognized option: Z|invalid option -- '?Z'?|unknown option -- Z|illegal option -- Z}}
|