forked from mirrors/nixpkgs
nixos/tests/partition: Fix typo in F2FS tests.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
parent
cff26e2d38
commit
9d2e514f46
|
@ -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");
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue