Skip to content

Commit a51056a

Browse files
authored
Merge pull request #761 from KarthikNayak/kn-update-micro-projects
microprojects: clarify last note in modernization test scripts
2 parents fa9fe83 + 7c222ee commit a51056a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

SoC-2025-Microprojects.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,8 @@ of your commits indents test bodies with TABs, instead of spaces, then
207207
this should be the only kind of change in this commit.
208208

209209
#### Notes
210-
- only work on t/t????-*.sh scripts.
210+
- only work on `t/t????-*.sh` scripts.
211211
- pick just one script (so as to avoid exhausting the pool for other candidates).
212-
- only convert `test -[def]` instances which semantically are assertions
213-
(i.e. used as part of a &&-chain).
212+
- When converting `test -[def]` to use `test_path_exists()` and cousins
213+
only convert instances which semantically are assertions (i.e. used as part
214+
of a &&-chain).

0 commit comments

Comments
 (0)