mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
fixup! status again
Dangit I should double-check these
This commit is contained in:
parent
1f43bbb449
commit
d7adf8ef87
1 changed files with 3 additions and 3 deletions
|
@ -18,6 +18,6 @@ commandline --input 'echo $$' --is-valid
|
|||
or echo Invalid $status
|
||||
# CHECK: Invalid 1
|
||||
|
||||
commandline --help >/dev/null
|
||||
echo Invalid $status
|
||||
# CHECK: 0
|
||||
commandline --help &>/dev/null
|
||||
echo Help $status
|
||||
# CHECK: Help 0
|
||||
|
|
Loading…
Reference in a new issue