fish-shell/tests/test6.err
Kurtis Rader 14c7cfa84b make kill/pkill completions more robust (#3200)
Someone running fish in an unusual locale reported that an `assert()` was
firing when they typed `pkill c`. I traced it to two bugs. First, the
__fish_make_completion_signals command was producing a weird result. Second,
the builtin `complete` command wasn't adequately verifying its arguments.

Fixes #3129
2016-07-07 18:44:35 -07:00

4 lines
164 B
Text

complete: -o requires a non-empty string
complete: -d requires a non-empty string
complete: -l requires a non-empty string
complete: -s requires a non-empty string