about summary refs log tree commit diff
path: root/nixos/tests/os-prober.nix
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2019-07-21 15:13:48 +0200
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2019-07-21 15:40:06 +0200
commit4cab05598c731b718513ae4e0a73026c42063e8a (patch)
tree32ad7af7131bca9cc4aa2a027d28a6aec73cb223 /nixos/tests/os-prober.nix
parentd1ac443ccaf2d5ee9bd4bc0a7155290bd8bba99f (diff)
os-prober.tests: make the test stricter
os-prober should be able to probe unmounted filesystems
Diffstat (limited to 'nixos/tests/os-prober.nix')
-rw-r--r--nixos/tests/os-prober.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/tests/os-prober.nix b/nixos/tests/os-prober.nix
index a386a5d43bc6e..9cd9f4ecd1505 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 =