mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 19:19:58 +08: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.
3 lines
129 B
Fish
3 lines
129 B
Fish
#RUN: %fish -Z
|
|
#CHECKERR: {{.*fish}}: {{unrecognized option: Z|invalid option -- '?Z'?|unknown option -- Z|illegal option -- Z}}
|