Update mxs280_select_outfile

The error message is no longer logged as it wasn't a real error.
This commit is contained in:
Markus Mäkelä 2018-02-08 13:42:20 +02:00
parent b91fa7d395
commit 91f4372478
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -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;