aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/expansion/arith7.0
blob: 5aada2b865865ac0123827f55be8131fd0b973b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$

v=1+
v=$v$v$v$v
v=$v$v$v$v
v=$v$v$v$v
v=$v$v$v$v
v=$v$v$v$v
[ "$(cat <<EOF
$(($v 1))
EOF
)" = 1025 ]