Skip to content

Commit cc41ca5

Browse files
committed
Fix auto tempdir for GNU mktemp, needs X's (BSD doesn't)
1 parent 50b0602 commit cc41ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/testenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ BINPATH="$ROOTDIR/bin"
5454
PATH="$BINPATH:$PATH"
5555

5656
# Always provide a test dir outside our git repo if not specified
57-
TEMPDIR_PREFIX="git-lfs_TEMP"
57+
TEMPDIR_PREFIX="git-lfs_TEMP.XXXXXX"
5858
if [ -z "$GIT_LFS_TEST_DIR" ]; then
5959
GIT_LFS_TEST_DIR=$(mktemp -d -t "$TEMPDIR_PREFIX")
6060
GIT_LFS_TEST_DIR=$(resolve_symlink $GIT_LFS_TEST_DIR)

0 commit comments

Comments
 (0)