mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
nixosTests.systemd-confinement: fix script format
https://hydra.nixos.org/build/142591177/nixlog/30 ZHF: #122042
This commit is contained in:
parent
0f495b5fe1
commit
b7dea9e494
@ -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",
|
||||
)
|
||||
'';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user