about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2019-08-18 17:54:09 +0200
committerGitHub <noreply@github.com>2019-08-18 17:54:09 +0200
commit368be910fca1866635a6e452f5d19553e49fab6c (patch)
tree8c54b508b5d01372f67174277bf44e61011f25f3 /nixos
parentd09b4e3c87e744f90f4d44eb2b2f3fa92912b7c3 (diff)
parentffef31459ac7f93aed0c4f54e5a7700c199372cb (diff)
downloadnixlib-368be910fca1866635a6e452f5d19553e49fab6c.tar
nixlib-368be910fca1866635a6e452f5d19553e49fab6c.tar.gz
nixlib-368be910fca1866635a6e452f5d19553e49fab6c.tar.bz2
nixlib-368be910fca1866635a6e452f5d19553e49fab6c.tar.lz
nixlib-368be910fca1866635a6e452f5d19553e49fab6c.tar.xz
nixlib-368be910fca1866635a6e452f5d19553e49fab6c.tar.zst
nixlib-368be910fca1866635a6e452f5d19553e49fab6c.zip
Merge pull request #66825 from flokli/nixos-systemd-test-dup
nixosTests.systemd: remove duplicate copypasta
Diffstat (limited to 'nixos')
-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 fadea52f1dbc..344d675c5fe2 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');