diff options
author | Marc Hoersken <info@marc-hoersken.de> | 2014-01-13 21:43:41 +0100 |
---|---|---|
committer | Marc Hoersken <info@marc-hoersken.de> | 2014-01-13 21:43:41 +0100 |
commit | 2d159587112081a3d655377f39c1b25287b8ef90 (patch) | |
tree | b00e67838cc683ac1808f287c02d50076458d052 /tests/secureserver.pl | |
parent | bbc1705fa916a92a724f2bfbf75b0ce2f970de9e (diff) | |
download | curl-2d159587112081a3d655377f39c1b25287b8ef90.tar.gz |
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.
Diffstat (limited to 'tests/secureserver.pl')
-rwxr-xr-x | tests/secureserver.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"; } |