diff options
author | unknown <msvensson@shellback.(none)> | 2007-08-08 16:44:01 +0200 |
---|---|---|
committer | unknown <msvensson@shellback.(none)> | 2007-08-08 16:44:01 +0200 |
commit | f3ef8a7a8bae0254bba99df03c1ea281884d488f (patch) | |
tree | 0204741190c400174f18b75b9191e9f2a32a00c8 /mysql-test/r/mysqltest.result | |
parent | 5b95d241a938e8380b736f069ad585fc76b87bbe (diff) | |
download | mariadb-git-f3ef8a7a8bae0254bba99df03c1ea281884d488f.tar.gz |
Remove extra newline added to files created by write_file and append_file
client/mysqltest.c:
- Remove the extra newline first in the file produced by
write_file and append_file
- Add check for too many arguments passed to 'check_command_args'
mysql-test/r/mysqltest.result:
Update test result
mysql-test/t/mysqltest.test:
Add test to check that no extra newline is created
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 513216c062e..5ee1bc4dc0d 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -533,6 +533,7 @@ drop table t1; mysqltest: At line 1: Missing required argument 'filename' to command 'remove_file' mysqltest: At line 1: Missing required argument 'filename' to command 'write_file' mysqltest: At line 1: End of file encountered before 'EOF' delimiter was found +Content for test_file1 Some data for cat_file command of mysqltest |