]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/arith8.0
shell_cmds-198.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / arith8.0
1 # $FreeBSD$
2
3 v=$( (eval ': $((08))') 2>&1 >/dev/null)
4 [ $? -ne 0 ] && [ -n "$v" ]