mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
run-tests: use OSX/BSD compatible mktemp -d
-d requires an arg on BSD
This commit is contained in:
parent
ff30bded21
commit
c91b715a15
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ create_fake_android_home() {
|
|||
|
||||
create_test_dir() {
|
||||
test -e $WORKSPACE/.testfiles || mkdir $WORKSPACE/.testfiles
|
||||
TMPDIR=$WORKSPACE/.testfiles mktemp -d
|
||||
mktemp -d $WORKSPACE/.testfiles/run-tests.XXXX
|
||||
}
|
||||
|
||||
create_test_file() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue