diff options
author | unknown <msvensson@shellback.(none)> | 2007-10-05 19:28:09 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2007-10-05 19:28:09 +0200 |
commit | b5b89b8d031a4ab12ccfd255c8a7842f49057960 (patch) | |
tree | 2f0a327ac803811bd7985f2341c1681cba65cbb7 /mysql-test/t/mysqltest.test | |
parent | 574dbd8be0364e344873c708cd2c7748c4437904 (diff) | |
download | mariadb-git-b5b89b8d031a4ab12ccfd255c8a7842f49057960.tar.gz |
Update test case to allow the .reject file to be in either var/log or r/
Diffstat (limited to 'mysql-test/t/mysqltest.test')
-rw-r--r-- | mysql-test/t/mysqltest.test | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/t/mysqltest.test b/mysql-test/t/mysqltest.test index 8a38972c00f..ec188af0244 100644 --- a/mysql-test/t/mysqltest.test +++ b/mysql-test/t/mysqltest.test @@ -1435,7 +1435,10 @@ select "this will be executed"; --exec $MYSQL_TEST -x $MYSQLTEST_VARDIR/tmp/query.sql -R $MYSQLTEST_VARDIR/tmp/zero_length_file.result > /dev/null 2>&1 remove_file $MYSQLTEST_VARDIR/tmp/zero_length_file.result; +--error 0,1 remove_file $MYSQLTEST_VARDIR/log/zero_length_file.reject; +--error 0,1 +remove_file $MYSQL_TEST_DIR/r/zero_length_file.reject; # # Test that a test file that does not generate any output fails. |