nixos/tests/partition: Fix typo in F2FS tests.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
@@ -209,7 +209,7 @@ in {
|
|||||||
ensurePartition("swap", "swap");
|
ensurePartition("swap", "swap");
|
||||||
ensurePartition("boot", "f2fs");
|
ensurePartition("boot", "f2fs");
|
||||||
ensurePartition("root", "f2fs");
|
ensurePartition("root", "f2fs");
|
||||||
remoteAndCheck;
|
remountAndCheck;
|
||||||
ensureMountPoint("/mnt/boot", "f2fs");
|
ensureMountPoint("/mnt/boot", "f2fs");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user