filter the right thing, dopey.

This commit is contained in:
Nathan Scott
2002-04-04 01:39:58 +00:00
parent 72a12f4c1f
commit 1a410aa9df
+2 -2
View File
@@ -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'`