diff --git a/setup-test-env.sh b/setup-test-env.sh index 23fde052..d29ac5cf 100755 --- a/setup-test-env.sh +++ b/setup-test-env.sh @@ -9,7 +9,7 @@ function clean_exit(){ } # Setup MongoDB test server -MONGO_DATA=`mktemp -d --tmpdir CEILO-MONGODB-XXXXX` +MONGO_DATA=`mktemp -d CEILO-MONGODB-XXXXX` MONGO_PORT=29000 trap "clean_exit" EXIT mkfifo ${MONGO_DATA}/out