summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/expansion/arith8.0
blob: 2d03e503387dfebbe2849928d6c1dee8a4df110e (plain)
1
2
3
4
# $FreeBSD$

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