From ce25ef5b304adff295eefe591308b45372d68de6 Mon Sep 17 00:00:00 2001 From: Victor LEFEBVRE Date: Wed, 11 Sep 2024 17:52:40 +0200 Subject: [PATCH] fix: make plugin-test work on alpine linux --- lib/commands/command-plugin-test.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/commands/command-plugin-test.bash b/lib/commands/command-plugin-test.bash index 0cfa680e..c12af6c1 100644 --- a/lib/commands/command-plugin-test.bash +++ b/lib/commands/command-plugin-test.bash @@ -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"