ClickHouse/tests/queries/0_stateless/helpers/02112_clean.sh

7 lines
85 B
Bash
Raw Normal View History

2021-10-29 12:04:08 +00:00
#!/usr/bin/env bash
FILE=${CURDIR}/file_02112
if [ -f $FILE ]; then
rm $FILE
fi