File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -719,7 +719,7 @@ eval {
719719};
720720like(
721721 $EVAL_ERROR ,
722- qr /Invalid recursion method: stuff / ,
722+ qr /Only hosts and processlist may be combined / ,
723723 " --recursion-method processlist,stuff causes error" ,
724724);
725725
@@ -728,7 +728,7 @@ eval {
728728};
729729like(
730730 $EVAL_ERROR ,
731- qr /none cannot be combined with other methods / ,
731+ qr /Only hosts and processlist may be combined / ,
732732 " --recursion-method none,hosts"
733733);
734734
@@ -737,7 +737,7 @@ eval {
737737};
738738like(
739739 $EVAL_ERROR ,
740- qr /none cannot be combined with other methods / ,
740+ qr /Only hosts and processlist may be combined / ,
741741 " --recursion-method cluster,none"
742742);
743743
@@ -746,7 +746,7 @@ eval {
746746};
747747like(
748748 $EVAL_ERROR ,
749- qr /Invalid combination of recursion methods: none, none / ,
749+ qr /Only hosts and processlist may be combined / ,
750750 " --recursion-method none,none"
751751);
752752
You can’t perform that action at this time.
0 commit comments