mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 03:01:15 -03:00
fixup! status again
Dangit I should double-check these
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user