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

10 lines
219 B
Bash
Raw Normal View History

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