runtests: fix missing use of exe_ext helper function
This commit is contained in:
parent
c8f086bcc3
commit
3dce9849be
@ -2196,7 +2196,7 @@ sub runsocksserver {
|
|||||||
$logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
|
$logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
|
||||||
|
|
||||||
# start our socks server, get commands from the FTP cmd file
|
# start our socks server, get commands from the FTP cmd file
|
||||||
my $cmd="server/socksd".
|
my $cmd="server/socksd".exe_ext('SRV').
|
||||||
" --port $port ".
|
" --port $port ".
|
||||||
" --pidfile $pidfile".
|
" --pidfile $pidfile".
|
||||||
" --backend $HOSTIP".
|
" --backend $HOSTIP".
|
||||||
@ -2710,7 +2710,7 @@ sub checksystem {
|
|||||||
@version = <VERSOUT>;
|
@version = <VERSOUT>;
|
||||||
close(VERSOUT);
|
close(VERSOUT);
|
||||||
|
|
||||||
open(DISABLED, "server/disabled|");
|
open(DISABLED, "server/disabled".exe_ext('TOOL')."|");
|
||||||
@disabled = <DISABLED>;
|
@disabled = <DISABLED>;
|
||||||
close(DISABLED);
|
close(DISABLED);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user