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 aa1adc7..892e6c2 100755
--- a/test.bash
+++ b/test.bash
@@ -23,6 +23,7 @@ for i in $(cat /proc/mounts | grep $TESTDIR | cut -f2 -d" "); do
fusermount -u $i
done
+source build-without-openssl.bash
source build.bash
go test ./... $*