util-linux/tests
Anatoly Pugachev 037bc610e5 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>
2019-09-03 19:08:22 +03:00
..
expected tests: Add test for current version (v5) of XFS filesystem 2019-09-03 19:08:22 +03:00
helpers tests: (fdisk) avoid hardcoding of errno string 2019-08-27 14:25:32 +02:00
ts tests: Add test for current version (v5) of XFS filesystem 2019-09-03 19:08:22 +03:00
.gitignore tests: make compatible with autotools 2012-08-03 21:24:51 +02:00
Makemodule.am tests: style Makefile and make output 2014-05-12 09:57:14 +02:00
commands.sh tests: (col) avoid hardcoding of errno string 2019-08-27 09:37:01 +02:00
functions.sh tests: remove unbuffered ts_run feature 2019-08-30 16:30:35 +02:00
run.sh tests: auto-enable ASAN option if necessary 2019-04-24 12:24:15 +02:00