]> sourceware.org Git - lvm2.git/commit
tests: math drop uncessary $/${}
authorZdenek Kabelac <zkabelac@redhat.com>
Thu, 6 Jul 2017 17:27:04 +0000 (19:27 +0200)
committerZdenek Kabelac <zkabelac@redhat.com>
Mon, 10 Jul 2017 12:23:53 +0000 (14:23 +0200)
commit146bfb2417de3e6cd719b5aef900bf927a39a0cd
treec27697ea4d3dad3397d49dd4e88e47f171fe24d7
parent72e82b42a9c07293fdfae7ec0a98dd9fe5a0c868
tests: math drop uncessary $/${}

$/${} is unnecessary on arithmetic variables.

Use $((..)) instead of deprecated $[..]
13 files changed:
test/shell/lvchange-raid.sh
test/shell/lvconvert-mirror-basic.sh
test/shell/lvconvert-raid.sh
test/shell/lvconvert-raid456.sh
test/shell/metadata-balance.sh
test/shell/mirror-vgreduce-removemissing.sh
test/shell/pvcreate-bootloaderarea.sh
test/shell/pvcreate-operation-md.sh
test/shell/pvcreate-usage.sh
test/shell/pvmove-restart.sh
test/shell/read-ahead.sh
test/shell/topology-support.sh
test/shell/vgextend-usage.sh
This page took 0.030915 seconds and 5 git commands to generate.