From e1b0e013b24993457c8bc72fcfa6e367c8248f09 Mon Sep 17 00:00:00 2001 From: shockrah Date: Mon, 27 Jul 2020 16:16:52 -0700 Subject: [PATCH] curl macro to remove code noise elsewhere --- server/tests/common.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/server/tests/common.sh b/server/tests/common.sh index 9aba965..bf3cf8a 100644 --- a/server/tests/common.sh +++ b/server/tests/common.sh @@ -16,3 +16,5 @@ export POST='-X POST' export arrows='>>>>>' export line='=============' + +crl='curl --silent -i'