projects
/
xfstests-dev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72a12f4
)
filter the right thing, dopey.
author
Nathan Scott
<nathans@sgi.com>
Thu, 4 Apr 2002 01:39:58 +0000
(
01:39
+0000)
committer
Nathan Scott
<nathans@sgi.com>
Thu, 4 Apr 2002 01:39:58 +0000
(
01:39
+0000)
008
patch
|
blob
|
history
diff --git
a/008
b/008
index dbbcb28d867e34a4c8a7938e3fff6bd046d63f02..3714fdfebd9d3676b4b29ee0b86b30ade91d123d 100755
(executable)
--- 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'`