nixosTests.systemd-confinement: fix script format

https://hydra.nixos.org/build/142591177/nixlog/30

ZHF: #122042
master
divanorama 2021-05-08 14:05:40 +02:00 committed by Jonathan Ringer
parent 0f495b5fe1
commit b7dea9e494
1 changed files with 2 additions and 1 deletions

View File

@ -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",
)
'';
}