]> git.ipfire.org Git - thirdparty/util-linux.git/commit
tests: Add test for current version (v5) of XFS filesystem
authorAnatoly Pugachev <matorola@gmail.com>
Tue, 3 Sep 2019 16:08:22 +0000 (19:08 +0300)
committerAnatoly Pugachev <matorola@gmail.com>
Tue, 3 Sep 2019 16:08:22 +0000 (19:08 +0300)
commit037bc610e54c217412247805ea6140fc08912c5b
tree3fa78ec20ba129d2e1bf8f344de02268a1bbe546
parent03154d2cf25c1d5ce908da9e72d324004b8d5722
tests: Add test for current version (v5) of XFS filesystem

Old xfs.img cannot be used with current version (5.0) of xfsprogs, so create
a new version of xfs-v5.img.

Since I wasn't able to find logs on how was created old xfs.img, saving
create log with this commit message:

$ fallocate -l 16M xfs-v5.img
$ mkfs.xfs -L test-xfs-v5 xfs-v5.img
$ ./blkid -p -o udev xfs-v5.img | sort -V > tests/expected/blkid/low-probe-xfs-v5
$ xz -c xfs-v5.img > tests/ts/blkid/images-fs/xfs-v5.img.xz

Signed-off-by: Anatoly Pugachev <matorola@gmail.com>
tests/expected/blkid/low-probe-xfs-v5 [new file with mode: 0644]
tests/ts/blkid/images-fs/xfs-v5.img.xz [new file with mode: 0644]