Skip to content

Commit 7ff6157

Browse files
authored
Merge pull request #14009 from xokdvium/fix-authorization
Revert "tests/nixos: Fix daemon store reference in authorization test"
2 parents 187520c + 86ad8d4 commit 7ff6157

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/nixos/authorization.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
su --login mallory -c '
8585
nix-store --generate-binary-cache-key cache1.example.org sk1 pk1
8686
(! nix store sign --key-file sk1 ${pathFour} 2>&1)' | tee diag 1>&2
87-
grep -F "cannot open connection to remote store 'unix://'" diag
87+
grep -F "cannot open connection to remote store 'daemon'" diag
8888
""")
8989
9090
machine.succeed("""

0 commit comments

Comments
 (0)