aboutsummaryrefslogtreecommitdiffstats
path: root/testcpp
Commit message (Collapse)AuthorAgeFilesLines
* move mocks into testdir.Kaz Kylheku2022-03-231-3/+0
|
* hygiene: shell escape $awk and $prepro.Kaz Kylheku2022-03-231-0/+3
Since $awk and $prepro are now controlled via command line options, and are being fed to eval, we should shell escape them. Two of our test cases rely on the loose interpolation behavior; we fix those using proper external mock programs testawk and testcpp.