summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/case15.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/1sh/tests/builtins/case15.0')
-rw-r--r--bin/1sh/tests/builtins/case15.05
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/1sh/tests/builtins/case15.0 b/bin/1sh/tests/builtins/case15.0
deleted file mode 100644
index 71f6f55c..00000000
--- a/bin/1sh/tests/builtins/case15.0
+++ /dev/null
@@ -1,5 +0,0 @@
-# $FreeBSD: releng/12.1/bin/sh/tests/builtins/case15.0 230154 2012-01-15 20:04:05Z jilles $
-
-case x in
-`false`) exit 3 ;;
-esac
eded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe