diff options
Diffstat (limited to 'test-without-openssl.bash')
-rwxr-xr-x | test-without-openssl.bash | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test-without-openssl.bash b/test-without-openssl.bash new file mode 100755 index 0000000..645c6cd --- /dev/null +++ b/test-without-openssl.bash @@ -0,0 +1,5 @@ +#!/bin/bash -eu + +cd "$(dirname "$0")" + +./test.bash -tags without_openssl |