blob: 71b716b8453b7aeafba519f857262fc620f75fdd (
plain)
1
2
3
4
|
source common.sh
# Check that store ping trusted doesn't yet work with ssh://
nix --store ssh://localhost?remote-store=$TEST_ROOT/other-store store ping --json | jq -e 'has("trusted") | not'
|