diff --git a/tests/checks/indent.fish b/tests/checks/indent.fish index 17ffedca5..a61556a4f 100644 --- a/tests/checks/indent.fish +++ b/tests/checks/indent.fish @@ -360,9 +360,9 @@ command 2' | $fish_indent #CHECK: {{^ }}command 1 cont || #CHECK: {{^ }}command 2 -echo " foo" | fish_indent --check +echo " foo" | $fish_indent --check echo $status #CHECK: 1 -echo "foo" | fish_indent --check +echo foo | $fish_indent --check echo $status #CHECK: 0