Skip to content

Commit 1517499

Browse files
committed
fix(tests): remove fixture comments
1 parent 4deec98 commit 1517499

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

tests/project_open.bats

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

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.
2016
mkdir -p \
2117
"${ROOT}/mods/HoldFast/.git" \
2218
"${ROOT}/mods/HoldFast/lib" \

0 commit comments

Comments
 (0)