summary refs log tree commit diff
path: root/bin/cash/tests/builtins/case19.0
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bin/cash/tests/builtins/case19.07
1 files changed, 7 insertions, 0 deletions
diff --git a/bin/cash/tests/builtins/case19.0 b/bin/cash/tests/builtins/case19.0
new file mode 100644
index 00000000..f3496369
--- /dev/null
+++ b/bin/cash/tests/builtins/case19.0
@@ -0,0 +1,7 @@
+# $FreeBSD: releng/12.0/bin/sh/tests/builtins/case19.0 230161 2012-01-15 21:39:38Z jilles $
+
+[ "`case x in
+x)	false ;&
+y)	;&
+z)	echo $? ;;
+esac`" != 0 ]
/event.c?h=1.7&id=0a417e28e217f9a4270070d9fed31c259f3094e5&follow=1'>Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe