aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/fork2.0
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/tests/execution/fork2.0')
-rw-r--r--bin/sh/tests/execution/fork2.01
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/sh/tests/execution/fork2.0 b/bin/sh/tests/execution/fork2.0
index 62a25379123c..1b2ed28672ca 100644
--- a/bin/sh/tests/execution/fork2.0
+++ b/bin/sh/tests/execution/fork2.0
@@ -1,4 +1,3 @@
-# $FreeBSD$
result=$(${SH} -c '(/bin/sleep 1)& sleep 0.1; ps -p $! -o comm=; kill $!')
test "$result" = sleep || exit 1