Skip to content

Commit d7adf8e

Browse files
committed
fixup! status again
Dangit I should double-check these
1 parent 1f43bbb commit d7adf8e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/checks/commandline.fish

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ commandline --input 'echo $$' --is-valid
1818
or echo Invalid $status
1919
# CHECK: Invalid 1
2020

21-
commandline --help >/dev/null
22-
echo Invalid $status
23-
# CHECK: 0
21+
commandline --help &>/dev/null
22+
echo Help $status
23+
# CHECK: Help 0

0 commit comments

Comments
 (0)