nixosTests.systemd-confinement: fix script format

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

ZHF: #122042

authored by divanorama and committed by Jonathan Ringer b7dea9e4 0f495b5f

+2 -1
+2 -1
nixos/tests/systemd-confinement.nix
··· 59 "chroot-exec chown 65534 /bin", 60 ) 61 machine.succeed( 62 - 'test "$(chroot-exec id -u)" = 0', "chroot-exec chown 0 /bin", 63 ) 64 ''; 65 }
··· 59 "chroot-exec chown 65534 /bin", 60 ) 61 machine.succeed( 62 + 'test "$(chroot-exec id -u)" = 0', 63 + "chroot-exec chown 0 /bin", 64 ) 65 ''; 66 }