We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4deec98 commit 1517499Copy full SHA for 1517499
1 file changed
tests/project_open.bats
@@ -13,10 +13,6 @@ setup() {
13
XDG_CACHE_HOME="$(temp_make)"
14
export XDG_CACHE_HOME
15
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.
20
mkdir -p \
21
"${ROOT}/mods/HoldFast/.git" \
22
"${ROOT}/mods/HoldFast/lib" \
0 commit comments