%PDF- %PDF-
Direktori : /home/rs/mysql/5.1/mysql-test/include/ |
Current File : /home/rs/mysql/5.1/mysql-test/include/file_does_not_exist.inc |
# ==== Purpose ==== # # Checks that a given file does not exist. If the file exists, the # test fails. # # ==== Usage ==== # # --let $file_does_not_exist= /path/to/file # --source include/file_does_not_exist.inc # Will fail if file exists. --write_file $file_does_not_exist tmp EOF # Remove file again. --remove_file $file_does_not_exist