mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
nixosTests.systemd-confinement: fix script format
https://hydra.nixos.org/build/142591177/nixlog/30 ZHF: #122042
This commit is contained in:
committed by
Jonathan Ringer
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",
|
||||
)
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user