summary refs log tree commit diff
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
parent0f495b5fe1bf8b044e3461a0f379bbe12306bd83 (diff)
downloadnixpkgs-b7dea9e494e542f7d0e41859a64d5dbc11da00f8.tar
nixpkgs-b7dea9e494e542f7d0e41859a64d5dbc11da00f8.tar.gz
nixpkgs-b7dea9e494e542f7d0e41859a64d5dbc11da00f8.tar.bz2
nixpkgs-b7dea9e494e542f7d0e41859a64d5dbc11da00f8.tar.lz
nixpkgs-b7dea9e494e542f7d0e41859a64d5dbc11da00f8.tar.xz
nixpkgs-b7dea9e494e542f7d0e41859a64d5dbc11da00f8.tar.zst
nixpkgs-b7dea9e494e542f7d0e41859a64d5dbc11da00f8.zip
nixosTests.systemd-confinement: fix script format
https://hydra.nixos.org/build/142591177/nixlog/30

ZHF: #122042
-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 d04e4a3f867..e6a308f46d2 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",
               )
         '';
       }