aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/set-n3.0
blob: 24a9159fdeb9e2a804c15abaae1c3c225d765995 (plain) (blame)
1
2
3
4
# $FreeBSD$

v=$( ($SH -nc 'for') 2>&1 >/dev/null)
[ $? -ne 0 ] && [ -n "$v" ]