ClickHouse/tests/queries/0_stateless/helpers/02112_clean.sh
2021-10-29 16:23:53 +03:00

7 lines
85 B
Bash
Executable File

#!/usr/bin/env bash
FILE=${CURDIR}/file_02112
if [ -f $FILE ]; then
rm $FILE
fi