2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-22 10:10:06 +00:00

Remove unused reference to SYSTEMTESTTOP

The SYSTEMTESTTOP variable is no longer used in the tests.
This commit is contained in:
Andoni Duarte Pintado 2025-06-30 12:16:12 +02:00 committed by Andoni Duarte
parent e5a4b46fa3
commit 8538c645ca

View File

@ -512,7 +512,6 @@ misc:
- sh util/check-categories.sh - sh util/check-categories.sh
- sh util/check-gitignore.sh - sh util/check-gitignore.sh
- sh util/check-trailing-whitespace.sh - sh util/check-trailing-whitespace.sh
- if git grep SYSTEMTESTTOP -- ':!.gitlab-ci.yml'; then echo 'Please use relative paths instead of $SYSTEMTESTTOP.'; exit 1; fi
- bash util/unused-headers.sh - bash util/unused-headers.sh
- bash util/xmllint-html.sh - bash util/xmllint-html.sh
# Check dangling symlinks in the repository # Check dangling symlinks in the repository