summaryrefslogtreecommitdiff
path: root/tests/t3000-resize-fs.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/t3000-resize-fs.sh
parent8e9ac03d6f9dc444096276500ec76e9293dcd956 (diff)
downloadparted-a8dca36ed5c160515ea958715f8ce44c39fcb45e.tar.gz
tests: remove fail=0 initializations
Now, this is done in init.sh.
Diffstat (limited to 'tests/t3000-resize-fs.sh')
-rwxr-xr-xtests/t3000-resize-fs.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/t3000-resize-fs.sh b/tests/t3000-resize-fs.sh
index f9a2401..b658348 100755
--- a/tests/t3000-resize-fs.sh
+++ b/tests/t3000-resize-fs.sh
@@ -49,8 +49,6 @@ scsi_debug_setup_ dev_size_mb=550 > dev-name ||
skip_ 'failed to create scsi_debug device'
dev=$(cat dev-name)
-fail=0
-
parted -s $dev mklabel gpt > out 2>&1 || fail=1
# expect no output
compare out /dev/null || fail=1