aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test8.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test8.in')
-rw-r--r--tests/test8.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test8.in b/tests/test8.in
index c3c73384..a31ad127 100644
--- a/tests/test8.in
+++ b/tests/test8.in
@@ -23,3 +23,7 @@ echo (seq $n)[3..5 -2..2]
echo Test more
echo $test[(count $test)..1]
echo $test[1..(count $test)]
+
+# See issue 1061
+echo "Verify that if statements swallow failure"
+if false ; end ; echo $status