gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 262/282: runtests: fix missing use of exe_ext helper function


From: gnunet
Subject: [gnurl] 262/282: runtests: fix missing use of exe_ext helper function
Date: Wed, 01 Apr 2020 14:32:07 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 3dce9849be4f84df83ba342be24ce29f4fbe01d4
Author: Marc Hoersken <address@hidden>
AuthorDate: Fri Mar 6 21:15:58 2020 +0100

    runtests: fix missing use of exe_ext helper function
---
 tests/runtests.pl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index 08d9f9f3a..905faa215 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2196,7 +2196,7 @@ sub runsocksserver {
     $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
 
     # start our socks server, get commands from the FTP cmd file
-    my $cmd="server/socksd".
+    my $cmd="server/socksd".exe_ext('SRV').
         " --port $port ".
         " --pidfile $pidfile".
         " --backend $HOSTIP".
@@ -2710,7 +2710,7 @@ sub checksystem {
     @version = <VERSOUT>;
     close(VERSOUT);
 
-    open(DISABLED, "server/disabled|");
+    open(DISABLED, "server/disabled".exe_ext('TOOL')."|");
     @disabled = <DISABLED>;
     close(DISABLED);
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]