Skip to content

Commit

Permalink
fix: make plugin-test work on alpine linux (#1778)
Browse files Browse the repository at this point in the history
Co-authored-by: Trevor Brown <Stratus3D@users.noreply.github.com>
  • Loading branch information
vic1707 and Stratus3D authored Dec 16, 2024
1 parent 2f07629 commit f5a1f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/command-plugin-test.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit f5a1f3a

Please sign in to comment.