summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/execution/fork1.0
blob: 225a82593231013c84d67296221ecc91b057d815 (plain)
1
2
3
4
5
6
7
# $FreeBSD$

result=$(${SH} -c 'ps -p $$ -o comm=')
test "$result" = "ps" || exit 1

result=$(${SH} -c 'ps -p $$ -o comm=; :')
test "$result" = "sh" || exit 1
OpenPOWER on IntegriCloud