Current Path : /usr/opt/mysql57/mysql-test/include/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/opt/mysql57/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