From 7ee547a8ad724b74351caf0077a85246f353bcb4 Mon Sep 17 00:00:00 2001 From: fsgqa Date: Fri, 19 Mar 2004 00:01:18 +0000 Subject: [PATCH] Improve filters for a couple of the tests using xfs_io. --- 071 | 2 +- 078 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/071 b/071 index b2b88992..78387574 100755 --- a/071 +++ b/071 @@ -59,7 +59,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15 _filter_io() { - sed -e "s/$dbsize/1FSB/g" -e '/^----.*/d' + sed -e "s/$dbsize/1FSB/g" -e '/.* ops; /d' } _filter_off() diff --git a/078 b/078 index 1a31ba7b..e1663265 100755 --- a/078 +++ b/078 @@ -63,7 +63,7 @@ LOOP_MNT=$TEST_DIR/$seq.mnt _filter_io() { - sed -e '/^----.*/d' + sed -e '/.* ops; /d' } # real QA test starts here -- 2.30.2