Skip to content

Commit 86ad8d4

Browse files
committed
Revert "tests/nixos: Fix daemon store reference in authorization test"
This reverts commit 695f3bc.
1 parent 187520c commit 86ad8d4

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)