summaryrefslogtreecommitdiff
path: root/tests/t0250-gpt.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/t0250-gpt.sh
parent8e9ac03d6f9dc444096276500ec76e9293dcd956 (diff)
downloadparted-a8dca36ed5c160515ea958715f8ce44c39fcb45e.tar.gz
tests: remove fail=0 initializations
Now, this is done in init.sh.
Diffstat (limited to 'tests/t0250-gpt.sh')
-rwxr-xr-xtests/t0250-gpt.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/t0250-gpt.sh b/tests/t0250-gpt.sh
index 201a081..8cb2d02 100755
--- a/tests/t0250-gpt.sh
+++ b/tests/t0250-gpt.sh
@@ -27,8 +27,6 @@ dev=loop-file
nb=512
n_sectors=$(expr $nb '*' 512 / $sector_size_)
-fail=0
-
# create zeroed device
dd if=/dev/zero bs=512 count=$nb of=$dev || fail=1