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.
2 parents 187520c + 86ad8d4 commit 7ff6157Copy full SHA for 7ff6157
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