about summary refs log tree commit diff
path: root/nixos/tests/sudo.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-23 15:59:14 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-23 16:49:50 +0200
commit517be841352ec3e6b236e7cdfb1fbd8e26bf49cb (patch)
tree9d6952788ef14dd5eeae427c7e458861490a138a /nixos/tests/sudo.nix
parent21a21a422498c89d2c87ae07e390501318a5a9ea (diff)
small treewide: his -> theirs/its
SJW brigade represent. ;)

Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
Diffstat (limited to 'nixos/tests/sudo.nix')
-rw-r--r--nixos/tests/sudo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/sudo.nix b/nixos/tests/sudo.nix
index 5bbec3d572691..8c38f1b47ef0c 100644
--- a/nixos/tests/sudo.nix
+++ b/nixos/tests/sudo.nix
@@ -74,7 +74,7 @@ in
         with subtest("test5 user should not be able to run commands under root"):
             machine.fail("sudo -u test5 sudo -n -u root true")
 
-        with subtest("test5 user should be able to keep his environment"):
+        with subtest("test5 user should be able to keep their environment"):
             machine.succeed("sudo -u test5 sudo -n -E -u test1 true")
 
         with subtest("users in group 'barfoo' should not be able to keep their environment"):