mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
Remove confusing printouts from expected to fail "system" commands
This commit is contained in:
@@ -304,6 +304,7 @@ mysqltest: At line 1: End of line junk detected: "1000"
|
||||
mysqltest: At line 1: Missing arguments to system, nothing to do!
|
||||
mysqltest: At line 1: Missing arguments to system, nothing to do!
|
||||
mysqltest: At line 1: system command 'false' failed
|
||||
system command 'NonExistsinfComamdn 2> /dev/null' failed
|
||||
test
|
||||
test2
|
||||
test3
|
||||
|
||||
@@ -689,7 +689,7 @@ system echo "hej" > /dev/null;
|
||||
--exec echo "system false;" | $MYSQL_TEST 2>&1
|
||||
|
||||
--disable_abort_on_error
|
||||
system NonExistsinfComamdn;
|
||||
system NonExistsinfComamdn 2> /dev/null;
|
||||
--enable_abort_on_error
|
||||
|
||||
|
||||
@@ -1026,4 +1026,3 @@ drop table t1;
|
||||
drop table t1;
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user