diff options
author | Jakob Unterwurzacher | 2018-03-05 21:46:33 +0100 |
---|---|---|
committer | Jakob Unterwurzacher | 2018-03-05 21:46:33 +0100 |
commit | 6c172dcb02c32b9ed3b21e89367fd9826a880bc9 (patch) | |
tree | 5f2204fcb84498be1b37abb5abbcbf6f1cd378c7 /test-without-openssl.bash | |
parent | aa65091bb9437ad66ba5d09f9acd4c72c66bde87 (diff) |
test-without-openssl: accept extra args
Accept extra args, like test.bash does.
Diffstat (limited to 'test-without-openssl.bash')
-rwxr-xr-x | test-without-openssl.bash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-without-openssl.bash b/test-without-openssl.bash index 645c6cd..3f9de9e 100755 --- a/test-without-openssl.bash +++ b/test-without-openssl.bash @@ -2,4 +2,4 @@ cd "$(dirname "$0")" -./test.bash -tags without_openssl +./test.bash -tags without_openssl "$@" |