diff options
author | Jim Meyering <meyering@redhat.com> | 2010-11-20 12:32:19 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2010-11-20 17:03:02 +0100 |
commit | a8dca36ed5c160515ea958715f8ce44c39fcb45e (patch) | |
tree | 726c71a99b995a2767bbe240df0dc626c6a44c43 /tests/t8000-loop.sh | |
parent | 8e9ac03d6f9dc444096276500ec76e9293dcd956 (diff) | |
download | parted-a8dca36ed5c160515ea958715f8ce44c39fcb45e.tar.gz |
tests: remove fail=0 initializations
Now, this is done in init.sh.
Diffstat (limited to 'tests/t8000-loop.sh')
-rwxr-xr-x | tests/t8000-loop.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/t8000-loop.sh b/tests/t8000-loop.sh index b5c1718..cf6586b 100755 --- a/tests/t8000-loop.sh +++ b/tests/t8000-loop.sh @@ -37,8 +37,6 @@ cleanup_() f1=$(pwd)/1; d1=$(loop_setup_ "$f1") \ || skip_ "is this partition mounted with 'nodev'?" -fail=0 - # Expect this to succeed. parted -s $d1 mklabel msdos > err 2>&1 || fail=1 compare err /dev/null || fail=1 # expect no output |