aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/execution/set-n3.0
blob: 362dd121a1feb981d537e4a253dc015653ec5920 (plain) (blame)
1
2
3

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