mirror of
https://github.com/obra/superpowers.git
synced 2026-04-18 20:52:41 +00:00
fix: add OPENCODE_CONFIG_DIR for proper test isolation
This commit is contained in:
@@ -10,6 +10,7 @@ REPO_ROOT="$(cd "$(dirname "$0")/../.." && pwd)"
|
|||||||
export TEST_HOME=$(mktemp -d)
|
export TEST_HOME=$(mktemp -d)
|
||||||
export HOME="$TEST_HOME"
|
export HOME="$TEST_HOME"
|
||||||
export XDG_CONFIG_HOME="$TEST_HOME/.config"
|
export XDG_CONFIG_HOME="$TEST_HOME/.config"
|
||||||
|
export OPENCODE_CONFIG_DIR="$TEST_HOME/.config/opencode"
|
||||||
|
|
||||||
# Install plugin to test location
|
# Install plugin to test location
|
||||||
mkdir -p "$HOME/.config/opencode/superpowers"
|
mkdir -p "$HOME/.config/opencode/superpowers"
|
||||||
|
|||||||
Reference in New Issue
Block a user