diff options
Diffstat (limited to 'bin/sh/tests/execution/hash1.0')
-rw-r--r-- | bin/sh/tests/execution/hash1.0 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/execution/hash1.0 b/bin/sh/tests/execution/hash1.0 index a645c2aef735..f41d38eb4a3c 100644 --- a/bin/sh/tests/execution/hash1.0 +++ b/bin/sh/tests/execution/hash1.0 @@ -1,4 +1,3 @@ -# $FreeBSD$ T=`mktemp -d "${TMPDIR:-/tmp}/sh-test.XXXXXXXX"` || exit trap 'rm -rf "${T}"' 0 |