dcavalca / rpms / util-linux

Forked from rpms/util-linux 2 years ago
Clone
531551
From 0f0a36e64ed47721e8b8d41b81ae3b1817d19194 Mon Sep 17 00:00:00 2001
531551
From: Karel Zak <kzak@redhat.com>
531551
Date: Thu, 19 Nov 2015 19:08:00 +0100
531551
Subject: [PATCH 112/116] tests: update ZFS test
531551
531551
Upstream: https://github.com/karelzak/util-linux/commit/0172ebba52718afe89b5d1941266825b065358cb
531551
Addresses: https://bugzilla.redhat.com/show_bug.cgi?id=1392661
531551
Signed-off-by: Karel Zak <kzak@redhat.com>
531551
---
531551
 tests/expected/blkid/low-probe-zfs | 2 +-
531551
 1 file changed, 1 insertion(+), 1 deletion(-)
531551
531551
diff --git a/tests/expected/blkid/low-probe-zfs b/tests/expected/blkid/low-probe-zfs
531551
index 46727de..952e0e5 100644
531551
--- a/tests/expected/blkid/low-probe-zfs
531551
+++ b/tests/expected/blkid/low-probe-zfs
531551
@@ -1,7 +1,7 @@
531551
 ID_FS_LABEL=tank
531551
 ID_FS_LABEL_ENC=tank
531551
 ID_FS_TYPE=zfs_member
531551
-ID_FS_USAGE=raid
531551
+ID_FS_USAGE=filesystem
531551
 ID_FS_UUID=1782036546311300980
531551
 ID_FS_UUID_ENC=1782036546311300980
531551
 ID_FS_UUID_SUB=13179280127379850514
531551
-- 
531551
2.9.3
531551