diff options
author | unknown <msvensson@neptunus.(none)> | 2006-11-30 10:54:50 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-11-30 10:54:50 +0100 |
commit | 708bce0a97eaf3fd8e55c004a60d1cef07bd1997 (patch) | |
tree | 5968e4c88abf753e71361b79fd37b7a06494ff73 /mysql-test/r/mysqltest.result | |
parent | acce5337eca228d36ef73c9e218bf0f0ac41579d (diff) | |
download | mariadb-git-708bce0a97eaf3fd8e55c004a60d1cef07bd1997.tar.gz |
Add "chmod" command to mysqltest
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r-- | mysql-test/r/mysqltest.result | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index a63863977b0..3ddb82d4a8d 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -512,6 +512,12 @@ mysqltest: At line 1: End of line junk detected: "write_file filename "; mysqltest: At line 1: Missing required argument 'filename' to command 'file_exists' mysqltest: At line 1: Missing required argument 'from_file' to command 'copy_file' mysqltest: At line 1: Missing required argument 'to_file' to command 'copy_file' +mysqltest: At line 1: Missing required argument 'mode' to command 'chmod' +mysqltest: At line 1: You must write a 4 digit octal number for mode +mysqltest: At line 1: You must write a 4 digit octal number for mode +mysqltest: At line 1: Missing required argument 'file' to command 'chmod' +mysqltest: At line 1: You must write a 4 digit octal number for mode +mysqltest: At line 1: You must write a 4 digit octal number for mode hello hello hello |