aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/execution/set-n3.0
blob: 5af1bc46975c476600d24055afe0ca14f7a31f39 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/execution/set-n3.0 222661 2011-06-03 21:17:42Z jilles $

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