aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtest-without-openssl.bash2
-rwxr-xr-xtest.bash2
2 files changed, 2 insertions, 2 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 "$@"
diff --git a/test.bash b/test.bash
index 721c9aa..03eb218 100755
--- a/test.bash
+++ b/test.bash
@@ -43,7 +43,7 @@ fi
# We don't want all the subprocesses
# holding the lock file open
# vvvvv
-go test -count 1 ./... $* 200>&-
+go test -count 1 ./... "$@" 200>&-
# ^^^^^^^^
# Disable result caching