From a78397fa3acef7e5d02e5d121f371391375e0db0 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Wed, 23 Mar 2016 17:39:11 +1100 Subject: [PATCH] xfs/209: filter scratch dir properly Signed-off-by: Christoph Hellwig Reviewed-by: Darrick J. Wong Signed-off-by: Dave Chinner --- tests/xfs/209 | 2 +- tests/xfs/209.out | 16 ++++++++-------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/tests/xfs/209 b/tests/xfs/209 index cecd9c70..9bf1f12c 100755 --- a/tests/xfs/209 +++ b/tests/xfs/209 @@ -73,7 +73,7 @@ echo "Check cowextsize settings" seq 1 2 | while read nr; do seq 1 4 | while read nnr; do file="$testdir/dir-$nr/file-$nnr" - $XFS_IO_PROG -c "cowextsize" $file + $XFS_IO_PROG -c "cowextsize" $file | _filter_scratch done done diff --git a/tests/xfs/209.out b/tests/xfs/209.out index 109af349..b97fa96c 100644 --- a/tests/xfs/209.out +++ b/tests/xfs/209.out @@ -3,11 +3,11 @@ Format and mount Set extsz and cowextsz on directory Create a fake tree structure Check cowextsize settings -[1048576] /opt/test-209/dir-1/file-1 -[1048576] /opt/test-209/dir-1/file-2 -[1048576] /opt/test-209/dir-1/file-3 -[1048576] /opt/test-209/dir-1/file-4 -[1048576] /opt/test-209/dir-2/file-1 -[1048576] /opt/test-209/dir-2/file-2 -[1048576] /opt/test-209/dir-2/file-3 -[1048576] /opt/test-209/dir-2/file-4 +[1048576] SCRATCH_MNT/test-209/dir-1/file-1 +[1048576] SCRATCH_MNT/test-209/dir-1/file-2 +[1048576] SCRATCH_MNT/test-209/dir-1/file-3 +[1048576] SCRATCH_MNT/test-209/dir-1/file-4 +[1048576] SCRATCH_MNT/test-209/dir-2/file-1 +[1048576] SCRATCH_MNT/test-209/dir-2/file-2 +[1048576] SCRATCH_MNT/test-209/dir-2/file-3 +[1048576] SCRATCH_MNT/test-209/dir-2/file-4 -- 2.39.5