summary refs log tree commit diff
path: root/nixos/tests/misc.nix
diff options
context:
space:
mode:
authorLeon Schuermann <leon-git@lschuermann.xyz>2018-01-17 21:56:08 +0700
committerJörg Thalheim <Mic92@users.noreply.github.com>2018-01-17 14:56:08 +0000
commitf297ddb5c97b23756c2a0685536edffeb20720c4 (patch)
tree8e2fef07aaea6c6b43c3655477fe4bf9ef751cfb /nixos/tests/misc.nix
parent9844e027c4a078cdc99e47ca8ba1e4fc13bf5667 (diff)
downloadnixpkgs-f297ddb5c97b23756c2a0685536edffeb20720c4.tar
nixpkgs-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.gz
nixpkgs-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.bz2
nixpkgs-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.lz
nixpkgs-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.xz
nixpkgs-f297ddb5c97b23756c2a0685536edffeb20720c4.tar.zst
nixpkgs-f297ddb5c97b23756c2a0685536edffeb20720c4.zip
sudo: define extra rules in Nix language (#33905)
Diffstat (limited to 'nixos/tests/misc.nix')
-rw-r--r--nixos/tests/misc.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/nixos/tests/misc.nix b/nixos/tests/misc.nix
index 79290861cb0..6de17518214 100644
--- a/nixos/tests/misc.nix
+++ b/nixos/tests/misc.nix
@@ -115,11 +115,6 @@ import ./make-test.nix ({ pkgs, ...} : {
           $machine->succeed("nix-store -qR /run/current-system | grep nixos-");
       };
 
-      # Test sudo
-      subtest "sudo", sub {
-          $machine->succeed("su - sybil -c 'sudo true'");
-      };
-
       # Test sysctl
       subtest "sysctl", sub {
           $machine->waitForUnit("systemd-sysctl.service");