mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 08:32:02 +00:00
Added a test
This commit is contained in:
parent
10b878b30b
commit
f519234908
@ -0,0 +1 @@
|
||||
${}
|
6
dbms/tests/queries/0_stateless/01000_unneeded_substitutions_client.sh
Executable file
6
dbms/tests/queries/0_stateless/01000_unneeded_substitutions_client.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
CURDIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||
. $CURDIR/../shell_config.sh
|
||||
|
||||
$CLICKHOUSE_CLIENT -q "SELECT '\${}'"
|
Loading…
Reference in New Issue
Block a user