XFSQA 073 is still not correctly cleaning up $tmp,
authorDavid Disseldorp <ddiss@sgi.com>
Fri, 8 Jun 2007 16:24:08 +0000 (16:24 +0000)
committerDavid Disseldorp <ddiss@sgi.com>
Fri, 8 Jun 2007 16:24:08 +0000 (16:24 +0000)
commit1d315d6785e4b24cdcc6a3cdc2325e6ed46f03f8
tree090cfbc76f3b028e3001dbdfda1ea997979c9b0e
parent888b474e696fc22c48c646a72f60c9fd34462608
XFSQA 073 is still not correctly cleaning up $tmp,
this is because $tmp.source_dir is not an empty dir.

This change recursively deletes everything in $tmp.source_dir.
Not required for $tmp.loop as it is used as a loopback mountpoint.

the ignore external MKFS_OPTIONS change is no longer required,
as _scratch_mkfs_xfs now handles conflicting options.
Merge of master-melb:xfs-cmds:28863a by kenmcd.

  cleanup tmp and don't kill mkfs options
073