This is an automated email from the ASF dual-hosted git repository.

duke8253 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new c33b904  tls_forward_nonhttp: Skip if nc is not installed (instead of 
curl)
c33b904 is described below

commit c33b904571c777365dbcd308ea651c8d7b3c82ec
Author: dyrock <[email protected]>
AuthorDate: Tue Feb 12 21:44:23 2019 +0000

    tls_forward_nonhttp: Skip if nc is not installed (instead of curl)
---
 tests/gold_tests/tls/tls_forward_nonhttp.test.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/gold_tests/tls/tls_forward_nonhttp.test.py 
b/tests/gold_tests/tls/tls_forward_nonhttp.test.py
index 90c9477..949f774 100644
--- a/tests/gold_tests/tls/tls_forward_nonhttp.test.py
+++ b/tests/gold_tests/tls/tls_forward_nonhttp.test.py
@@ -21,9 +21,9 @@ Test.Summary = '''
 Forwarding a non-HTTP protocol out of TLS
 '''
 
-# need Curl
+# need nc
 Test.SkipUnless(
-    Condition.HasProgram("curl", "Curl need to be installed on system for this 
test to work")
+    Condition.HasProgram("nc", "nc need to be installed on system for this 
test to work")
 )
 
 # Define default ATS

Reply via email to