aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test7.in
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test7.in')
-rw-r--r--tests/test7.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test7.in b/tests/test7.in
index 8e80da59..910f8080 100644
--- a/tests/test7.in
+++ b/tests/test7.in
@@ -93,3 +93,12 @@ else
echo delta4.1
echo delta4.2
end
+
+if test ! -n "abc"
+else if test -n "def"
+ echo "epsilon5.2"
+else if not_a_valid_command but it should be OK because a previous branch was taken
+ echo "epsilon 5.3"
+else if test ! -n "abc"
+ echo "epsilon 5.4"
+end