From 9e9509e46a9db909e4c0a2ce0ac1ef5c94fcb3a4 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Sun, 7 May 2017 15:02:02 +0200 Subject: tests: give each stunnel.conf file a unique name Otherwise, subsequent uses of stunnel overwrite the configuration file of previous invocations so they can no longer be inspected. --- tests/secureserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/secureserver.pl') diff --git a/tests/secureserver.pl b/tests/secureserver.pl index 1d05e9a4c..c897ee5f1 100755 --- a/tests/secureserver.pl +++ b/tests/secureserver.pl @@ -181,7 +181,7 @@ if(!$logfile) { $logfile = server_logfilename($logdir, $proto, $ipvnum, $idnum); } -$conffile = "$path/stunnel.conf"; +$conffile = "$path/${proto}_stunnel.conf"; $capath = abs_path($path); $certfile = "$srcdir/". ($stuncert?"certs/$stuncert":"stunnel.pem"); -- cgit v1.2.3