aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/set-n1.0
blob: e3ee7d2c103d92bc6daa17acd293535a5ccd99a7 (plain) (blame)
1
2
3
4
5
6

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