1 patch for repository http://darcs.net/screened:
patch 8d084a76494b44006273d0b504e1b6cc44d5b3d5
Author: Ben Franksen <ben.franksen@online.de>
Date: Fri Dec 18 13:03:35 CET 2020
* prospective fix in tests/network/httplib: && and || have the same precedence in bash
I haven't seen any failures caused by this which is probably because the
first term (test -e...) never fails if the http server was successfully
started. Still, logically the code is now more correct.