File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ out=$("$MCPP" self env 2>&1)
1717[[ -d " $MCPP_HOME /cache" ]] || { echo " missing cache/" ; exit 1; }
1818[[ -f " $MCPP_HOME /config.toml" ]] || { echo " missing config.toml" ; exit 1; }
1919[[ -f " $MCPP_HOME /registry/.xlings.json" ]] || { echo " missing seeded .xlings.json" ; exit 1; }
20- [[ -x " $MCPP_HOME /bin/xlings" ]] || { echo " xlings binary not acquired" ; exit 1; }
20+ [[ -x " $MCPP_HOME /registry/ bin/xlings" ]] || { echo " xlings binary not acquired" ; exit 1; }
2121
2222# Verify seeded .xlings.json contains mcpp-index and NOT awesome
2323grep -q ' "name": "mcpp-index"' " $MCPP_HOME /registry/.xlings.json" || {
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ echo "$out" | grep -q "MCPP_HOME *= *$ROOT" || {
2626# And it must have actually populated the layout there.
2727[[ -d " $ROOT /registry" ]] || { echo " missing registry/" ; exit 1; }
2828[[ -f " $ROOT /config.toml" ]] || { echo " missing config.toml" ; exit 1; }
29- [[ -x " $ROOT /bin/xlings" ]] || { echo " xlings not acquired into $ROOT /bin" ; exit 1; }
29+ [[ -x " $ROOT /registry/ bin/xlings" ]] || { echo " xlings not acquired into $ROOT /registry /bin" ; exit 1; }
3030
3131# Explicit env var must still win when set.
3232ALT=" $TMP /explicit-home"
You can’t perform that action at this time.
0 commit comments