aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parser/line-cont11.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/parser/line-cont11.0')
-rw-r--r--bin/sh/tests/parser/line-cont11.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/parser/line-cont11.0 b/bin/sh/tests/parser/line-cont11.0
index 22e49758dbc6..e1c2245b7566 100644
--- a/bin/sh/tests/parser/line-cont11.0
+++ b/bin/sh/tests/parser/line-cont11.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
T=$(mktemp "${TMPDIR:-/tmp}/sh-test.XXXXXXXX") || exit
trap 'rm -f -- "$T"' 0