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
+1 -1
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.