Skip to content

Commit f5a1f3a

Browse files
vic1707Stratus3D
andauthored
fix: make plugin-test work on alpine linux (#1778)
Co-authored-by: Trevor Brown <[email protected]>
1 parent 2f07629 commit f5a1f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/commands/command-plugin-test.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ plugin_test_command() {
6767
set -- "${SHELL:-sh}" -c "$1"
6868
fi
6969

70-
TEST_DIR=$(mktemp -dt asdf.XXXX)
70+
TEST_DIR=$(mktemp -dt asdf.XXXXXX)
7171
cp -R "$(asdf_dir)/bin" "$TEST_DIR"
7272
cp -R "$(asdf_dir)/lib" "$TEST_DIR"
7373
cp "$(asdf_dir)/asdf.sh" "$TEST_DIR"

0 commit comments

Comments
 (0)