B4BY.588
Home
Terminal
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
share
/
mysql-test
/
include
/
Filename :
file_does_not_exist.inc
back
Copy
# ==== 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