test 032: Run mkfs.xfs only if the prior mkfs.${fs} succeded
authorChandra Seetharaman <sekharan@us.ibm.com>
Thu, 16 Jun 2011 18:01:12 +0000 (20:01 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 16 Jun 2011 18:01:12 +0000 (20:01 +0200)
commit3c01f422e86f95e2c75dc60cf23384a91097810a
tree2102a721d1d33f46bf8bbb6f47db317eabcbc973
parent2cb9d21ed03daa8ac8003f2db32b26d060530687
test 032: Run mkfs.xfs only if the prior mkfs.${fs} succeded

This test fails when mkfs of a different filesystem fails, which is not
a failure case for this specific test.

Hence, change the test to run mkfs.xfs only if the prior mkfs.${fs} on
different filesystem succeded.

Signed-off-by: Chandra Seetharaman <sekharan@us.ibm.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
032