aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/indent.in
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-23 15:51:18 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-12-23 15:51:18 -0800
commit6fa9a18a2bd75a18f2f9ee6a6183b1cb841446ad (patch)
tree2096a7de43823d0a9051effdffa709aafaf1ff8a /tests/indent.in
parentda2e2c2e993313c4cebec1d860c4567894299fee (diff)
Correct path in fish_indent tests
Diffstat (limited to 'tests/indent.in')
-rw-r--r--tests/indent.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/indent.in b/tests/indent.in
index 74bc04c1..c770f10c 100644
--- a/tests/indent.in
+++ b/tests/indent.in
@@ -5,7 +5,7 @@ echo hi
end | cat | cat | begin ; echo hi ; end | begin ; begin ; echo hi ; end ; end arg
-' | ../fish_prettify
+' | ../fish_indent
echo \nTest2
echo -n '
@@ -18,7 +18,7 @@ switch aloha
echo hi
end
-' | ../fish_prettify
+' | ../fish_indent
echo \nTest3
echo -n '
@@ -33,7 +33,7 @@ function hello_world
echo hello
end
-' | ../fish_prettify
+' | ../fish_indent
echo \nTest4
echo -n '
@@ -53,7 +53,7 @@ switch foo #abc
qqq
case "*"
echo sup
-end' | ../fish_prettify
+end' | ../fish_indent
echo \nTest5
echo -n '
@@ -65,7 +65,7 @@ switch beta
echo delta
end
end
-' | ../fish_prettify -i
+' | ../fish_indent -i
echo \nTest6
# Test errors
@@ -75,4 +75,4 @@ echo hi
else
echo bye
end; echo alpha "
-' | ../fish_prettify \ No newline at end of file
+' | ../fish_indent \ No newline at end of file