From 86aad197875e1dc5a35adf6245441f3cf9736c2a Mon Sep 17 00:00:00 2001 From: xiaoli feng Date: Tue, 13 Nov 2018 18:53:15 +0800 Subject: [PATCH] ext4/034: filter out the specified vaule of $SCRATCH_MNT In 034.out, the $SCRATCH_MNT is specified by "/mnt/scratch". It's not flexible. Modify it to fit the different vaule of $SCRATCH_MNT. Signed-off-by: xiaoli feng Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/ext4/034 | 2 +- tests/ext4/034.out | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ext4/034 b/tests/ext4/034 index c0735c7d..5c34d0d9 100755 --- a/tests/ext4/034 +++ b/tests/ext4/034 @@ -70,7 +70,7 @@ $XFS_IO_PROG -f -c "pwrite 0 4k" -c "fsync" $SCRATCH_MNT/dummy >> $seqres.full # Use 'syncfs' instead of 'sync' here as 'sync' could have dirtied quota files # ahead of writeback and could not reproduce the bug. -echo "sync $SCRATCH_MNT to writeback" +echo "sync $SCRATCH_MNT to writeback" | _filter_scratch $XFS_IO_PROG -c "syncfs" $SCRATCH_MNT >> $seqres.full # success, all done diff --git a/tests/ext4/034.out b/tests/ext4/034.out index 0791ef76..4b4ebe05 100644 --- a/tests/ext4/034.out +++ b/tests/ext4/034.out @@ -5,4 +5,4 @@ Set hard quota Create 2 level extent tree (btree) for foobar with a unwritten extent Convert unwritten extent to written and collapse extent tree to inode Create a new file and do fsync to force a jbd2 commit -sync /mnt/scratch to writeback +sync SCRATCH_MNT to writeback -- 2.30.2