mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-03 23:11:14 -03: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:
@@ -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}}
|
||||
|
||||
Reference in New Issue
Block a user