From 4cab05598c731b718513ae4e0a73026c42063e8a Mon Sep 17 00:00:00 2001 From: Symphorien Gibol Date: Sun, 21 Jul 2019 15:13:48 +0200 Subject: [PATCH] os-prober.tests: make the test stricter os-prober should be able to probe unmounted filesystems --- nixos/tests/os-prober.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix index a386a5d43bc6..9cd9f4ecd150 100644 --- a/nixos/tests/os-prober.nix +++ b/nixos/tests/os-prober.nix @@ -46,10 +46,6 @@ let # vda is a filesystem without partition table forceInstall = true; }; - fileSystems."/mnt" = { - device = "/dev/vdb1"; - options = [ "ro" ]; - }; nix.binaryCaches = lib.mkForce [ ]; nix.extraOptions = '' hashed-mirrors =