summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/expansion/arith7.0
blob: f31dba1d4b479a971ce148baec24f7f0bfb84c62 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD: head/bin/sh/tests/expansion/arith7.0 216395 2010-12-12 16:56:16Z jilles $

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 ]