nixos/tests/partition: Fix typo in F2FS tests.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-10-22 08:22:58 +02:00
parent cff26e2d38
commit 9d2e514f46
+1 -1
View File
@@ -209,7 +209,7 @@ in {
ensurePartition("swap", "swap");
ensurePartition("boot", "f2fs");
ensurePartition("root", "f2fs");
remoteAndCheck;
remountAndCheck;
ensureMountPoint("/mnt/boot", "f2fs");
};