mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 13:53: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
|
or echo Invalid $status
|
||||||
# CHECK: Invalid 1
|
# CHECK: Invalid 1
|
||||||
|
|
||||||
commandline --help >/dev/null
|
commandline --help &>/dev/null
|
||||||
echo Invalid $status
|
echo Help $status
|
||||||
# CHECK: 0
|
# CHECK: Help 0
|
||||||
|
|
Loading…
Reference in a new issue