]> git.saurik.com Git - apple/shell_cmds.git/blobdiff - sh/tests/execution/fork2.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / fork2.0
index 62a25379123cd646897c809fc7bcba6c1db26be9..2639165b4dd78ad740b9d35e1701733b33a40101 100644 (file)
@@ -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