summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrun/tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/run/tests b/run/tests
index 3a991de95..f0a764e4a 100755
--- a/run/tests
+++ b/run/tests
@@ -17,6 +17,7 @@ fi
if [ "$(uname)" == "Linux" ]; then
rm -f build/test/dcpomatic2_openssl
+ mkdir -p build/test
# This must be our patched openssl or tests will fail
if [ ! -f build/test/dcpomatic2_openssl ]; then
ln -s ../../../openssl/apps/openssl build/test/dcpomatic2_openssl