mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Replace "exec diff" with diff_files
This commit is contained in:
parent
da4abd2ecb
commit
ac7b44c188
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ drop table t1;
|
|||
#
|
||||
--exec $MYSQL -e "help" > $MYSQLTEST_VARDIR/tmp/bug20328_1.result
|
||||
--exec $MYSQL -e "help " > $MYSQLTEST_VARDIR/tmp/bug20328_2.result
|
||||
--exec diff $MYSQLTEST_VARDIR/tmp/bug20328_1.result $MYSQLTEST_VARDIR/tmp/bug20328_2.result
|
||||
--diff_files $MYSQLTEST_VARDIR/tmp/bug20328_1.result $MYSQLTEST_VARDIR/tmp/bug20328_2.result
|
||||
|
||||
#
|
||||
# Bug #19216: Client crashes on long SELECT
|
||||
|
|
Loading…
Add table
Reference in a new issue