From 1a410aa9dfe3dcfeaf798c81085190cbc7fba1ff Mon Sep 17 00:00:00 2001 From: Nathan Scott Date: Thu, 4 Apr 2002 01:39:58 +0000 Subject: [PATCH] filter the right thing, dopey. --- 008 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/008 b/008 index dbbcb28d..3714fdfe 100755 --- a/008 +++ b/008 @@ -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'` -- 2.47.3