summary refs log tree commit diff
path: root/bin/cash/tests/execution/set-n1.0
blob: c1ee4c50b595fe0516280b64cb44ca4122d1bcae (plain) (blame)
1
2
3
4
5
6
7
# $FreeBSD: releng/12.0/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" ]