Skip to content

Commit 4deec98

Browse files
committed
fix(tests): clarify fixture comment — not all projects hold a root .git
1 parent 9a05bb9 commit 4deec98

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/project_open.bats

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ setup() {
1313
XDG_CACHE_HOME="$(temp_make)"
1414
export XDG_CACHE_HOME
1515

16-
# Projects sit at <root>/<category>/<project> and always hold a .git.
17-
# wordpress projects carry a .git alongside their bedrock/site app dir;
18-
# clinimed-style projects have .git only inside bedrock/trellis subdirs;
19-
# vcpkg is a nested submodule (deeper) that must be excluded from scans.
16+
# Projects sit at <root>/<category>/<project>. Most hold a .git directly
17+
# at that depth; clinimed-style projects hold .git only inside subdirs.
18+
# wordpress projects also carry a bedrock/site app dir alongside their .git;
19+
# vcpkg is a nested submodule (depth 5+) that must be excluded from scans.
2020
mkdir -p \
2121
"${ROOT}/mods/HoldFast/.git" \
2222
"${ROOT}/mods/HoldFast/lib" \

0 commit comments

Comments
 (0)