From 3300bfd17fc76eb5ffed0837961b3596fe15ab36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Mon, 5 Nov 2018 14:41:52 +0200 Subject: [PATCH] Remove test for passwd removal Configs with passwd are still accepted in 2.3. --- maxscale-system-test/config_test.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maxscale-system-test/config_test.cpp b/maxscale-system-test/config_test.cpp index 095b51919..b12aee71c 100644 --- a/maxscale-system-test/config_test.cpp +++ b/maxscale-system-test/config_test.cpp @@ -21,7 +21,8 @@ const char* bad_configs[] = "mxs720_wierd_line", "mxs799", "mxs1731_empty_param", - "old_passwd", +// passwd is still supported +// "old_passwd", NULL };