Merge pull request #7675 from obsidiansystems/tighten-export-refs-test

Tighten up the `exportReferencesGraph` tests
This commit is contained in:
Robert Hensing 2023-01-24 11:35:16 +01:00 committed by GitHub
commit 04cc7f90f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,7 +4,7 @@ clearStore
clearProfiles
checkRef() {
nix-store -q --references $TEST_ROOT/result | grep -q "$1" || fail "missing reference $1"
nix-store -q --references $TEST_ROOT/result | grep -q "$1"'$' || fail "missing reference $1"
}
# Test the export of the runtime dependency graph.