aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/shellproc1.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/execution/shellproc1.0')
-rw-r--r--bin/sh/tests/execution/shellproc1.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/execution/shellproc1.0 b/bin/sh/tests/execution/shellproc1.0
index 1326bc27f1c1..125a177f8418 100644
--- a/bin/sh/tests/execution/shellproc1.0
+++ b/bin/sh/tests/execution/shellproc1.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
T=`mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX"` || exit
trap 'rm -rf "${T}"' 0