1
0
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:
msvensson@neptunus.(none)
2005-12-13 18:47:34 +01:00
parent b5d805b2d6
commit b38a183d62
3 changed files with 12 additions and 4 deletions

View File

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

View File

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