summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/case14.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/tests/builtins/case14.0')
-rw-r--r--bin/1sh/tests/builtins/case14.05
1 files changed, 5 insertions, 0 deletions
diff --git a/bin/1sh/tests/builtins/case14.0 b/bin/1sh/tests/builtins/case14.0
new file mode 100644
index 00000000..6ac6f78e
--- /dev/null
+++ b/bin/1sh/tests/builtins/case14.0
@@ -0,0 +1,5 @@
+# $FreeBSD: releng/12.1/bin/sh/tests/builtins/case14.0 230154 2012-01-15 20:04:05Z jilles $
+
+case `false` in
+no) exit 3 ;;
+esac