mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
10 lines
211 B
Bash
Executable File
10 lines
211 B
Bash
Executable File
#!/usr/bin/env bash
|
|
# shellcheck disable=SC2016
|
|
|
|
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
|
. "$CURDIR"/../shell_config.sh
|
|
|
|
. "$CURDIR"/00534_functions_bad_arguments.lib
|
|
|
|
test_variant 'SELECT $_(-1);'
|