summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorGraeme Fowler <graemef@exim.org>2018-04-04 11:30:21 +0100
committerGraeme Fowler <graemef@exim.org>2018-04-04 11:30:21 +0100
commit8070d7fc651a4e90825e6682b0cb94b656db41de (patch)
treeefb13131fb4b61de406ec95f5abeb269f2f65690 /test
parent91e974f5a855df1ac83e5a6b0acab4453a401ce2 (diff)
Actually reap node2 process in redis cluster test
Diffstat (limited to 'test')
-rw-r--r--test/scripts/2701-redis-cluster/27012
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scripts/2701-redis-cluster/2701 b/test/scripts/2701-redis-cluster/2701
index 66a50051a..d1c9ffc35 100644
--- a/test/scripts/2701-redis-cluster/2701
+++ b/test/scripts/2701-redis-cluster/2701
@@ -43,7 +43,7 @@ ${lookup redis{get ${quote_redis:01t67it}}}
#
sleep 5
perl
-my @pidfiles = ( "DIR/redis-cluster/node1/node1.pid", "DIR/redis-cluster/node2/" );
+my @pidfiles = ( "DIR/redis-cluster/node1/node1.pid", "DIR/redis-cluster/node2/node2.pid" );
foreach my $pidfile (@pidfiles) {
if ( -f $pidfile ) {
open (my $fh, "<", $pidfile);