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

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