about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authordivanorama <divanorama@gmail.com>2021-05-08 14:05:40 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-08 10:05:15 -0700
commitb7dea9e494e542f7d0e41859a64d5dbc11da00f8 (patch)
tree99faabdf7bb21f54da47fa9c23895f2f4b985e84 /nixos
parent0f495b5fe1bf8b044e3461a0f379bbe12306bd83 (diff)
nixosTests.systemd-confinement: fix script format
https://hydra.nixos.org/build/142591177/nixlog/30

ZHF: #122042
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/systemd-confinement.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/tests/systemd-confinement.nix b/nixos/tests/systemd-confinement.nix
index d04e4a3f867cd..e6a308f46d27d 100644
--- a/nixos/tests/systemd-confinement.nix
+++ b/nixos/tests/systemd-confinement.nix
@@ -59,7 +59,8 @@ import ./make-test-python.nix {
                   "chroot-exec chown 65534 /bin",
               )
               machine.succeed(
-                  'test "$(chroot-exec id -u)" = 0', "chroot-exec chown 0 /bin",
+                  'test "$(chroot-exec id -u)" = 0',
+                  "chroot-exec chown 0 /bin",
               )
         '';
       }