]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/expansion/arith7.0
shell_cmds-203.tar.gz
[apple/shell_cmds.git] / sh / tests / expansion / arith7.0
1 # $FreeBSD: head/bin/sh/tests/expansion/arith7.0 216395 2010-12-12 16:56:16Z jilles $
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 ]