ClickHouse/tests/queries/0_stateless/00534_functions_bad_arguments10.sh

10 lines
222 B
Bash
Raw Normal View History

#!/usr/bin/env bash
2020-08-01 01:14:25 +00:00
# shellcheck disable=SC2016
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
2020-08-01 00:51:12 +00:00
. "$CURDIR"/../shell_config.sh
2020-08-01 00:52:41 +00:00
. "$CURDIR"/00534_functions_bad_arguments.lib
test_variant 'SELECT $_([NULL],[NULL]);'