]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Slave is already dead, kill the master
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 Sep 2021 21:39:22 +0000 (16:39 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 20 Sep 2021 21:44:49 +0000 (16:44 -0500)
src/tests/modules/redis/cluster_node_fail.unlang

index fdd5c27d3a01b23c10b7b2e7571afba3c0081896..56cdc9949f2f9613027009779f74dca5bae8137f 100644 (file)
@@ -36,7 +36,7 @@ if ("%(redis:GET b)" == 'boom') {
 }
 
 #  Kill that one too
-if ("%(redis:@%(redis_node:b 1) DEBUG SEGFAULT)" != '') {
+if ("%(redis:@%(redis_node:b) DEBUG SEGFAULT)" != '') {
        test_fail
 } else {
        test_pass