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

Merge pull request #14010 from NixOS/mergify/bp/2.31-maintenance/pr-14009

Revert "tests/nixos: Fix daemon store reference in authorization test" (backport #14009)
This commit is contained in:
mergify[bot] 2025-09-17 20:25:38 +00:00 committed by GitHub
commit fdea162417
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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("""