summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/execution/fork2.0
blob: 35ea3a34df9a3b6f53cd2e6be96d70b3771115df (plain)
1
2
3
4
5
6
7
8
9
# $FreeBSD$

result=$(sh -c '(/bin/sleep 1)& sleep 0.1; ps -p $! -o comm=; kill $!')
test "$result" = sleep || exit 1

result=$(sh -c '{ trap "echo trapped" EXIT; (/usr/bin/true); } & wait')
test "$result" = trapped || exit 1

exit 0
OpenPOWER on IntegriCloud