summaryrefslogtreecommitdiff
path: root/tests/t9010-big-sector.sh
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-11-20 12:32:19 +0100
committerJim Meyering <meyering@redhat.com>2010-11-20 17:03:02 +0100
commita8dca36ed5c160515ea958715f8ce44c39fcb45e (patch)
tree726c71a99b995a2767bbe240df0dc626c6a44c43 /tests/t9010-big-sector.sh
parent8e9ac03d6f9dc444096276500ec76e9293dcd956 (diff)
downloadparted-a8dca36ed5c160515ea958715f8ce44c39fcb45e.tar.gz
tests: remove fail=0 initializations
Now, this is done in init.sh.
Diffstat (limited to 'tests/t9010-big-sector.sh')
-rwxr-xr-xtests/t9010-big-sector.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/t9010-big-sector.sh b/tests/t9010-big-sector.sh
index 7cd856d..100cffb 100755
--- a/tests/t9010-big-sector.sh
+++ b/tests/t9010-big-sector.sh
@@ -37,8 +37,6 @@ scsi_debug_setup_ dev_size_mb=8 sector_size=4096 > dev-name ||
skip_ 'failed to create scsi_debug device'
scsi_dev=$(cat dev-name)
-fail=0
-
# create partition table and print
parted -s $scsi_dev mklabel gpt print > out 2>&1 || fail=1
grep '^Sector' out > k 2>&1 || fail=1