From 3d7cc5e2170494fa1844b89737328a7e04f06bc1 Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 1 Jul 2013 18:41:38 +0200 Subject: [PATCH] tests/partition: Load module for btrfs filesystem. Blivet won't mount filesystems if they don't show up in /proc/filesystems. Signed-off-by: aszlig --- tests/partition.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/partition.nix b/tests/partition.nix index 67db16bfbbf..58a9687b87c 100644 --- a/tests/partition.nix +++ b/tests/partition.nix @@ -182,6 +182,7 @@ in { }; parttest "btrfs filesystem", sub { + $machine->succeed("modprobe btrfs"); kickstart("${ksBtrfs}"); ensurePartition("swap1", "swap"); ensurePartition("swap2", "swap");