aboutsummaryrefslogtreecommitdiff
path: root/test-without-openssl.bash
blob: d2cd7e4ffe502ba4152f7033614d46bd9fdb473c (plain)
1
2
3
4
5
6
7
#!/usr/bin/env bash

set -eu

cd "$(dirname "$0")"

CGO_ENABLED=0 ./test.bash "$@"