libfetch: don't include fragments in HTTP requests
[dragonfly.git] / tools / regression / bin / sh / expansion / arith8.0
1 # $FreeBSD: head/bin/sh/tests/expansion/arith8.0 216547 2010-12-18 23:03:51Z jilles $
2
3 v=$( (eval ': $((08))') 2>&1 >/dev/null)
4 [ $? -ne 0 ] && [ -n "$v" ]