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