]> git.pld-linux.org Git - packages/python-ndg-httpsclient.git/blame - python-ndg-httpsclient-tests.patch
- updated dependencies, added tests patch, allow tests to pass
[packages/python-ndg-httpsclient.git] / python-ndg-httpsclient-tests.patch
CommitLineData
9624f30f
JB
1Let background process PID stay the same as initial, so that we can could use pid=$! ... kill $pid
2--- ndg_httpsclient-0.4.2/ndg/httpsclient/test/scripts/openssl_https_server.sh.orig 2016-07-19 15:26:01.000000000 +0200
3+++ ndg_httpsclient-0.4.2/ndg/httpsclient/test/scripts/openssl_https_server.sh 2017-03-04 18:28:11.383614685 +0100
4@@ -1,2 +1,2 @@
5 #!/bin/sh
6-openssl s_server -www -cert pki/localhost.crt -key pki/localhost.key -accept 4443
7+exec openssl s_server -www -cert pki/localhost.crt -key pki/localhost.key -accept 4443
This page took 0.058483 seconds and 4 git commands to generate.