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:
parent
187520ce88
commit
86ad8d49f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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("""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue