fix: make plugin-test work on alpine linux (#1778)

Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
This commit is contained in:
Victor LEFEBVRE 2024-12-16 20:39:03 +01:00 committed by GitHub
parent 2f0762991c
commit f5a1f3a0a8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"