summaryrefslogtreecommitdiff
path: root/test.bash
diff options
context:
space:
mode:
authorJakob Unterwurzacher2025-03-19 16:49:21 +0100
committerJakob Unterwurzacher2025-03-19 16:49:21 +0100
commit13773f47d6d9aa72da034f2011a84248cbd2f46d (patch)
treee2efd3e9e15f9dd6562c5172cb5fc5e94ea51e3f /test.bash
parent50eb371e9051fbcaef5aeb26198a3fd6b56061db (diff)
test.bash, crossbuild.bash: drop old Go version kludgesHEADv2.5.2master
GO111MODULE is default on with Go 1.16, same version that gained darwin/arm64 support. We only support Go 1.19 and up, so drop the kludges.
Diffstat (limited to 'test.bash')
-rwxr-xr-xtest.bash1
1 files changed, 0 insertions, 1 deletions
diff --git a/test.bash b/test.bash
index d126a9e..d701f76 100755
--- a/test.bash
+++ b/test.bash
@@ -22,7 +22,6 @@ else
fi
cd "$(dirname "$0")"
-export GO111MODULE=on
MYNAME=$(basename "$0")
TESTDIR=$TMPDIR/gocryptfs-test-parent-$UID
mkdir -p "$TESTDIR"