We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187520c commit 86ad8d4Copy full SHA for 86ad8d4
tests/nixos/authorization.nix
@@ -84,7 +84,7 @@
84
su --login mallory -c '
85
nix-store --generate-binary-cache-key cache1.example.org sk1 pk1
86
(! nix store sign --key-file sk1 ${pathFour} 2>&1)' | tee diag 1>&2
87
- grep -F "cannot open connection to remote store 'unix://'" diag
+ grep -F "cannot open connection to remote store 'daemon'" diag
88
""")
89
90
machine.succeed("""
0 commit comments