From d7adf8ef87bbc6871e74aaa5916c0734be1a6006 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 4 Mar 2024 17:07:46 +0100 Subject: [PATCH] fixup! status again Dangit I should double-check these --- tests/checks/commandline.fish | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/checks/commandline.fish b/tests/checks/commandline.fish index 12b56f5c8..c26374f12 100644 --- a/tests/checks/commandline.fish +++ b/tests/checks/commandline.fish @@ -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