about summary refs log tree commit diff
path: root/nixos/tests/systemd.nix
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-08-18 13:11:51 +0200
committerFlorian Klink <flokli@flokli.de>2019-08-18 13:11:51 +0200
commitffef31459ac7f93aed0c4f54e5a7700c199372cb (patch)
treec9a6ea2c88ab4a0865455d5d533825b946fa8b37 /nixos/tests/systemd.nix
parentf2c619fae8e2b82cde03c91bad45cf7f30b4841a (diff)
nixosTests.systemd: remove duplicate copypasta
It seems the regression test for #35268 sneaked in twice.
Diffstat (limited to 'nixos/tests/systemd.nix')
-rw-r--r--nixos/tests/systemd.nix9
1 files changed, 0 insertions, 9 deletions
diff --git a/nixos/tests/systemd.nix b/nixos/tests/systemd.nix
index fadea52f1dbc3..344d675c5fe2d 100644
--- a/nixos/tests/systemd.nix
+++ b/nixos/tests/systemd.nix
@@ -78,15 +78,6 @@ import ./make-test.nix ({ pkgs, ... }: {
       $machine->fail('dumpe2fs /dev/vdb | grep -q "^Last mount time: *n/a"');
     };
 
-    # Regression test for https://github.com/NixOS/nixpkgs/issues/35268
-    subtest "file system with x-initrd.mount is not unmounted", sub {
-      $machine->shutdown;
-      $machine->waitForUnit('multi-user.target');
-      # If the file system was unmounted during the shutdown the file system
-      # has a last mount time, because the file system wasn't checked.
-      $machine->fail('dumpe2fs /dev/vdb | grep -q "^Last mount time: *n/a"');
-    };
-
     subtest "systemd-shutdown works", sub {
       $machine->shutdown;
       $machine->waitForUnit('multi-user.target');