aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test7.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test7.in')
-rw-r--r--tests/test7.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/test7.in b/tests/test7.in
index 910f8080..d642e71e 100644
--- a/tests/test7.in
+++ b/tests/test7.in
@@ -102,3 +102,11 @@ else if not_a_valid_command but it should be OK because a previous branch was ta
else if test ! -n "abc"
echo "epsilon 5.4"
end
+
+# Ensure builtins work
+# https://github.com/fish-shell/fish-shell/issues/359
+if not echo skip1 > /dev/null
+ echo "zeta 6.1"
+else if echo skip2 > /dev/null
+ echo "zeta 6.2"
+end