aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/test_all.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_all.sh b/test/test_all.sh
index 2d78890..f2b045b 100755
--- a/test/test_all.sh
+++ b/test/test_all.sh
@@ -1,3 +1,5 @@
+#!/bin/bash
+
mytmpdir=$(mktemp -d 2>/dev/null || mktemp -d -t 'mytmpdir')
echo "--------------------------------------------------"
echo "Created working directory: $mytmpdir"