From 9d2e514f4631f5cd5ad7831710abcb384bc87a09 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 22 Oct 2014 06:03:39 +0200 Subject: [PATCH] nixos/tests/partition: Fix typo in F2FS tests. Signed-off-by: aszlig --- nixos/tests/partition.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/partition.nix b/nixos/tests/partition.nix index afe6b8d4a0dd..5e94b263d5b8 100644 --- a/nixos/tests/partition.nix +++ b/nixos/tests/partition.nix @@ -209,7 +209,7 @@ in { ensurePartition("swap", "swap"); ensurePartition("boot", "f2fs"); ensurePartition("root", "f2fs"); - remoteAndCheck; + remountAndCheck; ensureMountPoint("/mnt/boot", "f2fs"); };