aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/arith8.0
blob: e0739f89cf857c34c961a207aa2f603abbda47f9 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/expansion/arith8.0 216547 2010-12-18 23:03:51Z jilles $

v=$( (eval ': $((08))') 2>&1 >/dev/null)
[ $? -ne 0 ] && [ -n "$v" ]