aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/bg10.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/execution/bg10.0')
-rw-r--r--bin/sh/tests/execution/bg10.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/execution/bg10.0 b/bin/sh/tests/execution/bg10.0
index 44a25dc23b2e..3e825d9eda20 100644
--- a/bin/sh/tests/execution/bg10.0
+++ b/bin/sh/tests/execution/bg10.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
# The redirection overrides the </dev/null implicit in a background command.
echo yes | ${SH} -c '{ cat & wait; } <&0'