aboutsummaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-04-13 16:10:09 +0200
committerJakob Unterwurzacher2020-04-13 18:06:50 +0200
commit73436d9419d9ef60b0104a73ffae156d9f871261 (patch)
tree631b30f0750680d562de7f88c55f589ddd4c053e /test.bash
parenta7d562d1144130f4c12e1eb821ac24210a079e79 (diff)
travis: fix Go Modules build problems
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"