From 14a66fad64eaa37a6ebd1cb03509d8c56e9ccb21 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Sun, 9 Aug 2020 23:06:41 +0200 Subject: [PATCH] Use variable in tests/checks/indent.fish --- tests/checks/indent.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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