aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/builtins/case2.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/builtins/case2.0')
-rw-r--r--bin/sh/tests/builtins/case2.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/builtins/case2.0 b/bin/sh/tests/builtins/case2.0
index e319148cdf5d..37d5f8c28503 100644
--- a/bin/sh/tests/builtins/case2.0
+++ b/bin/sh/tests/builtins/case2.0
@@ -1,5 +1,4 @@
# Generated by ./test-fnmatch -s 1, do not edit.
-# $FreeBSD$
failures=
failed() { printf '%s\n' "Failed: $1 '$2' '$3'"; failures=x$failures; }
testmatch() { eval "case \$2 in ''$1) ;; *) failed testmatch \"\$@\";; esac"; }