summaryrefslogtreecommitdiff
path: root/mysql-test
diff options
context:
space:
mode:
authorunknown <ramil@mysql.com>2005-12-12 11:55:49 +0400
committerunknown <ramil@mysql.com>2005-12-12 11:55:49 +0400
commita21e8517ed1f5ab23dfd31a03045ce2c12ba193d (patch)
tree50fd558268aa0b2992218c7dbb2b1ef27852a25d /mysql-test
parent26eb5ff01850fbd14025e60f9396ed6e70ae367c (diff)
parent6abb702cf97ca9b84673c4e4ce907bf592270803 (diff)
downloadmariadb-git-a21e8517ed1f5ab23dfd31a03045ce2c12ba193d.tar.gz
Merge mysqldev@production.mysql.com:my/mysql-5.0-release
into mysql.com:/usr/home/ram/work/mysql-5.0-release
Diffstat (limited to 'mysql-test')
-rw-r--r--mysql-test/t/mysqltest.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/t/mysqltest.test b/mysql-test/t/mysqltest.test
index 8ccf2cb0c7a..440a7787985 100644
--- a/mysql-test/t/mysqltest.test
+++ b/mysql-test/t/mysqltest.test
@@ -968,9 +968,9 @@ drop table t1;
--error 1
--exec $MYSQL_TEST --record -x $MYSQL_TEST_DIR/var/tmp/bug11731.sql -R $MYSQL_TEST_DIR/var/tmp/bug11731.out
-# The .out file should be empty, cat will fail!
+# The .out file should be empty
--error 1
---exec cat $MYSQL_TEST_DIR/var/tmp/bug11731.out
+--exec test -s $MYSQL_TEST_DIR/var/tmp/bug11731.out
drop table t1;