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