From b7dea9e494e542f7d0e41859a64d5dbc11da00f8 Mon Sep 17 00:00:00 2001 From: divanorama Date: Sat, 8 May 2021 14:05:40 +0200 Subject: [PATCH] nixosTests.systemd-confinement: fix script format https://hydra.nixos.org/build/142591177/nixlog/30 ZHF: #122042 --- nixos/tests/systemd-confinement.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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", ) ''; }