summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/set-n1.0
blob: 14c9b9396ada6e64060bb370e6fe8086a70e146b (plain)
1
2
3
4
5
6
7
# $FreeBSD$

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