mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
filter the right thing, dopey.
This commit is contained in:
@@ -70,9 +70,9 @@ _do_test()
|
||||
|
||||
out=$TEST_DIR/randholes.$$.$_n
|
||||
echo ""
|
||||
echo "randholes.$_n : $_param"
|
||||
echo "randholes.$_n : $_param" | _filter
|
||||
echo "------------------------------------------"
|
||||
if $here/src/randholes $_param $out | _filter >$tmp.out
|
||||
if $here/src/randholes $_param $out >$tmp.out
|
||||
then
|
||||
# quick check - how many holes did we get?
|
||||
count=`xfs_bmap $out | egrep -c ': hole'`
|
||||
|
||||
Reference in New Issue
Block a user