summary refs log tree commit diff
path: root/bin/1sh/tests/execution/set-n3.0
blob: 652147030a880d982bbfe3cdae78b78a2291cfe7 (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.1/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" ]