From: Karel Zak Date: Mon, 26 Jan 2009 14:56:25 +0000 (+0100) Subject: blkid: add GFS2 reg. test X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=95f6002d724b6a824de24c1091bc54e61d940687;p=util-linux blkid: add GFS2 reg. test Signed-off-by: Karel Zak --- diff --git a/tests/expected/blkid/low-probe-gfs2 b/tests/expected/blkid/low-probe-gfs2 new file mode 100644 index 00000000..a19789ef --- /dev/null +++ b/tests/expected/blkid/low-probe-gfs2 @@ -0,0 +1,5 @@ +ID_FS_LABEL_ENC=mycluster:mygfs2 +ID_FS_LABEL=mycluster:mygfs2 +ID_FS_TYPE=gfs2 +ID_FS_USAGE=filesystem +ID_FS_VERSION=1 diff --git a/tests/ts/blkid/images/gfs2.img.bz2 b/tests/ts/blkid/images/gfs2.img.bz2 new file mode 100644 index 00000000..e465df50 Binary files /dev/null and b/tests/ts/blkid/images/gfs2.img.bz2 differ