Skip to content

Fix unquoted use of $(TEST_HC)

Ben Gamari requested to merge wip/fix-T12674 into master

Somehow T12674 has contained an unquoted use of $(TEST_HC) for months yet the testsuite hasn't been catching it until I noticed it in a local Hadrian validation today. Fix the issue and add a linter to ensure this doesn't happen again.

Merge request reports