mirror of
https://github.com/linux-apfs/apfstests.git
synced 2026-05-01 15:01:44 -07:00
xfstests: filter files in 019 for --large-fs
Make sure that the .use_space files don't appear in the files dumped to the output files. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Rich Johnston <rjohnston@sgi.com> Signed-off-by: Rich Johnston <rjohnston@sgi.com>
This commit is contained in:
committed by
Rich Johnston
parent
23866802c3
commit
aa1a64f08c
@@ -128,15 +128,16 @@ _verify_fs()
|
||||
|
||||
echo "*** verify FS"
|
||||
(cd $SCRATCH_MNT ; find . | LC_COLLATE=POSIX sort \
|
||||
| grep -v ".use_space" \
|
||||
| xargs $here/src/lstat64 | _filter_stat)
|
||||
diff -q $SCRATCH_MNT/bigfile $tempfile.2 \
|
||||
|| _fail "bigfile corrupted"
|
||||
|
||||
|
||||
echo "*** unmount FS"
|
||||
_full "umount"
|
||||
umount $SCRATCH_DEV >>$seqfull 2>&1 \
|
||||
|| _fail "umount failed"
|
||||
|
||||
|
||||
echo "*** check FS"
|
||||
_check_scratch_fs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user