aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/test.bash b/test.bash
index 6316c1b..ce2d392 100755
--- a/test.bash
+++ b/test.bash
@@ -10,6 +10,7 @@ fi
set -eu
cd "$(dirname "$0")"
+export GO111MODULE=on
MYNAME=$(basename "$0")
TESTDIR=$TMPDIR/gocryptfs-test-parent-$UID
mkdir -p "$TESTDIR"