From 2d159587112081a3d655377f39c1b25287b8ef90 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Mon, 13 Jan 2014 21:43:41 +0100 Subject: [PATCH] secureserver.pl: follow up fix for 87ade5f Since /dev/stdout is not always emulated on Windows, just skip the output option on Windows. MinGW/msys support /dev/stdout only from a new login shell. --- tests/secureserver.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/secureserver.pl b/tests/secureserver.pl index 37a395710..863b6d78a 100755 --- a/tests/secureserver.pl +++ b/tests/secureserver.pl @@ -252,10 +252,10 @@ if($stunnel_version >= 400) { CApath = $path cert = $certfile debug = $loglevel - output = /dev/stdout socket = $socketopt"; if($stunnel !~ /tstunnel(\.exe)?"?$/) { print STUNCONF " + output = $logfile pid = $pidfile foreground = yes"; }