]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tools/regression/bin/sh/expansion/arith7.0
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / tools / regression / bin / sh / expansion / arith7.0
1 # $FreeBSD$
2
3 v=1+
4 v=$v$v$v$v
5 v=$v$v$v$v
6 v=$v$v$v$v
7 v=$v$v$v$v
8 v=$v$v$v$v
9 [ "$(cat <<EOF
10 $(($v 1))
11 EOF
12 )" = 1025 ]