From: Alejandro Martinez Ruiz Date: Tue, 5 Feb 2013 17:00:07 +0000 (+0100) Subject: tests: add f2fs image test X-Git-Tag: v2.23-rc1~240 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d8036a902e628996b90a4cc644f939c6bdc2122f;p=thirdparty%2Futil-linux.git tests: add f2fs image test Signed-off-by: Alejandro Martinez Ruiz --- diff --git a/tests/expected/blkid/low-probe-f2fs b/tests/expected/blkid/low-probe-f2fs new file mode 100644 index 0000000000..ee328640ed --- /dev/null +++ b/tests/expected/blkid/low-probe-f2fs @@ -0,0 +1,7 @@ +ID_FS_LABEL=test-f2fs +ID_FS_LABEL_ENC=test-f2fs +ID_FS_TYPE=f2fs +ID_FS_USAGE=filesystem +ID_FS_UUID=f6aee5b9-8cc2-4da7-9f8d-c95aac90e17d +ID_FS_UUID_ENC=f6aee5b9-8cc2-4da7-9f8d-c95aac90e17d +ID_FS_VERSION=1.1 diff --git a/tests/ts/blkid/images-fs/f2fs.img.bz2 b/tests/ts/blkid/images-fs/f2fs.img.bz2 new file mode 100644 index 0000000000..82e86013d8 Binary files /dev/null and b/tests/ts/blkid/images-fs/f2fs.img.bz2 differ