diff --git a/vagrant/test_scripts/test-arch-sanitizers-clang.sh b/vagrant/test_scripts/test-arch-sanitizers-clang.sh index a212cfb8..c99dde72 100755 --- a/vagrant/test_scripts/test-arch-sanitizers-clang.sh +++ b/vagrant/test_scripts/test-arch-sanitizers-clang.sh @@ -162,7 +162,7 @@ if [[ $NSPAWN_EC -eq 0 ]]; then test/TEST-81-GENERATORS # various systemd generators ) - for t in "${INTEGRATION_TESTS[@]}"; do + for t in test/TEST-??-*; do # Some of the newer tests might not be available in stable branches, # so let's skip them instead of failing if [[ ! -d "$t" ]]; then