summaryrefslogtreecommitdiff
path: root/mysql-test/include/file_does_not_exist.inc
blob: 0b02c63a0a93bc67a780efebdc3248bab4f5aa0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# ==== 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