> Le 11 août 2025 à 18:17, D. Ben Knoble <ben.knoble+github@xxxxxxxxx> a écrit : > > Changes from v2: > - shuffle setup code and use more helpers in 1/4 > - insert 2/4 to stop abusing --exec-path > - improve environment-cleansing idioms in {2 => 3}/4 > > Thanks especially to Phillip's encyclopaedic knowledge of test helpers ;) Some of this shuffling turned out to be unportable, which CI caught (but running the test locally didn’t??). Fortunately it pointed me at test_env and I’ll either use it or go back to the subshells.