summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/expansion/set-u3.0
blob: 7f199b42c796e3a5b4c9f07a3cce699fae50a768 (plain)
1
2
3
4
5
6
# $FreeBSD$

set -u
unset x
v=$( (eval ': $((x))') 2>&1 >/dev/null)
[ $? -ne 0 ] && [ -n "$v" ]
OpenPOWER on IntegriCloud