Skip to content

Commit 7f9175c

Browse files
committed
Fix test
1 parent 26cd7fd commit 7f9175c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SharedInputs/postgres_wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
set -u
1111
TEST_DIR=$1
1212
shift
13-
DB_DIR="$(mktemp -d -t lnt)"
13+
DB_DIR="$(mktemp -d -t lnt.XXXXX)"
1414
if [ -d "${TEST_DIR}" ]; then
1515
echo 1>&2 "${TEST_DIR} already exists"
1616
exit 1

0 commit comments

Comments
 (0)