mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
18 lines
340 B
PHP
18 lines
340 B
PHP
# ==== 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
|