From 91f4372478ff40f9beeb90bf1814ea42fa6e6a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Thu, 8 Feb 2018 13:42:20 +0200 Subject: [PATCH] Update mxs280_select_outfile The error message is no longer logged as it wasn't a real error. --- maxscale-system-test/mxs280_select_outfile.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/maxscale-system-test/mxs280_select_outfile.cpp b/maxscale-system-test/mxs280_select_outfile.cpp index 2ffe05359..2c4e27311 100644 --- a/maxscale-system-test/mxs280_select_outfile.cpp +++ b/maxscale-system-test/mxs280_select_outfile.cpp @@ -47,8 +47,6 @@ int main(int argc, char *argv[]) Test->set_timeout(30); sleep(5); - Test->check_log_err(0, (char *) "Failed to execute session command in", true); - Test->check_log_err(0, (char *) "File '/tmp/t1.csv' already exists", true); int rval = Test->global_result; delete Test;