1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-08 19:46:02 +01:00

Revert "tests/nixos: Fix daemon store reference in authorization test"

This reverts commit 695f3bc7e3.
This commit is contained in:
Sergei Zimmerman 2025-09-17 22:05:26 +03:00
parent 187520ce88
commit 86ad8d49f9
No known key found for this signature in database

View file

@ -84,7 +84,7 @@
su --login mallory -c '
nix-store --generate-binary-cache-key cache1.example.org sk1 pk1
(! nix store sign --key-file sk1 ${pathFour} 2>&1)' | tee diag 1>&2
grep -F "cannot open connection to remote store 'unix://'" diag
grep -F "cannot open connection to remote store 'daemon'" diag
""")
machine.succeed("""