X-Git-Url: https://git.saurik.com/apple/shell_cmds.git/blobdiff_plain/71aad6740de6ae0068511076140d8875bbed2a15..deb63bfb0b6f1eb3b14b2a2adb33a6f90d11095a:/sh/tests/execution/fork2.0 diff --git a/sh/tests/execution/fork2.0 b/sh/tests/execution/fork2.0 index 62a2537..2639165 100644 --- a/sh/tests/execution/fork2.0 +++ b/sh/tests/execution/fork2.0 @@ -1,4 +1,4 @@ -# $FreeBSD$ +# $FreeBSD: head/bin/sh/tests/execution/fork2.0 213738 2010-10-12 18:20:38Z obrien $ result=$(${SH} -c '(/bin/sleep 1)& sleep 0.1; ps -p $! -o comm=; kill $!') test "$result" = sleep || exit 1