]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commit
xfstests: 275, Don't remove all the files in SCRATCH_MNT.
authorTao Ma <boyu.mt@taobao.com>
Fri, 14 Sep 2012 11:03:12 +0000 (19:03 +0800)
committerBen Myers <bpm@sgi.com>
Fri, 21 Sep 2012 16:16:24 +0000 (11:16 -0500)
commit13149d529b57dfd0d23ec188f0d0440c9113bb21
tree0cd0b8452913cb8affb507f2d8288face9990109
parent8ca940b70b08e8011ad19032c3f84d3692b38bd8
xfstests: 275, Don't remove all the files in SCRATCH_MNT.

After the volume is mkfsed, it should have no other files that
need to be rmed. And what's more, it makes ext4 complain since
lost+found is also removed.

So remove this useless "rm -rf $SCRATCH_MNT/*".

Signed-off-by: Tao Ma <boyu.mt@taobao.com>
Reviewed-by: Eric Sandeen <sandeen@sandeen.net>
Signed-off-by: Ben Myers <bpm@sgi.com>
275