From 29c29069e5637613b4f65e92825a78d658b491df Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Thu, 5 Sep 2019 19:57:57 +0200 Subject: [PATCH] Fix starting the channels-fork test. The test started by cleaning the wrong config files, and could potentially fail when started at the same time as the non-forking channels test. --- test/channels-fork.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/channels-fork.test b/test/channels-fork.test index 7a514f9e..1d4c164c 100755 --- a/test/channels-fork.test +++ b/test/channels-fork.test @@ -1,4 +1,4 @@ #!/bin/sh -rm -Rf channels_conf.* +rm -Rf channels_fork_conf.* ./channels-fork -- 2.39.2