mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-12-19 18:05:02 -07:00
fix: make plugin-test work on alpine linux (#1778)
Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
This commit is contained in:
parent
2f0762991c
commit
f5a1f3a0a8
@ -67,7 +67,7 @@ plugin_test_command() {
|
||||
set -- "${SHELL:-sh}" -c "$1"
|
||||
fi
|
||||
|
||||
TEST_DIR=$(mktemp -dt asdf.XXXX)
|
||||
TEST_DIR=$(mktemp -dt asdf.XXXXXX)
|
||||
cp -R "$(asdf_dir)/bin" "$TEST_DIR"
|
||||
cp -R "$(asdf_dir)/lib" "$TEST_DIR"
|
||||
cp "$(asdf_dir)/asdf.sh" "$TEST_DIR"
|
||||
|
Loading…
Reference in New Issue
Block a user