mirror of
https://github.com/NixOS/nix.git
synced 2025-11-09 03:56:01 +01:00
tests/nixos: Fix daemon store reference in authorization test
Recent store reference cleanups have started canonicalizing daemon -> unix://.
This commit is contained in:
parent
0fd9ef0cf3
commit
695f3bc7e3
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@
|
||||||
su --login mallory -c '
|
su --login mallory -c '
|
||||||
nix-store --generate-binary-cache-key cache1.example.org sk1 pk1
|
nix-store --generate-binary-cache-key cache1.example.org sk1 pk1
|
||||||
(! nix store sign --key-file sk1 ${pathFour} 2>&1)' | tee diag 1>&2
|
(! nix store sign --key-file sk1 ${pathFour} 2>&1)' | tee diag 1>&2
|
||||||
grep -F "cannot open connection to remote store 'daemon'" diag
|
grep -F "cannot open connection to remote store 'unix://'" diag
|
||||||
""")
|
""")
|
||||||
|
|
||||||
machine.succeed("""
|
machine.succeed("""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue