gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 217/264: runtests: use a unix domain socket path with the pid in


From: gnunet
Subject: [gnurl] 217/264: runtests: use a unix domain socket path with the pid in the name
Date: Thu, 30 Apr 2020 16:08:40 +0200

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

nikita pushed a commit to branch master
in repository gnurl.

commit ebb07f3c583c26ddca2c413ca10018d4dacfc378
Author: Daniel Stenberg <address@hidden>
AuthorDate: Sun Apr 19 20:48:48 2020 +0200

    runtests: use a unix domain socket path with the pid in the name
    
    To make it impossible for test cases to access the file name without
    using the proper variable for the purpose.
    
    Closes #5264
---
 tests/runtests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index 3c568f633..82de7f7a8 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -5457,7 +5457,7 @@ $DICTPORT        = $base++; # DICT port
 $SMBPORT         = $base++; # SMB port
 $SMBSPORT        = $base++; # SMBS port
 $NEGTELNETPORT   = $base++; # TELNET port with negotiation
-$HTTPUNIXPATH    = 'http.sock'; # HTTP server Unix domain socket path
+$HTTPUNIXPATH    = "http$$.sock"; # HTTP server Unix domain socket path
 
 $maxport         = $base-1; # updated base port number
 

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



reply via email to

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