Added test [#METR-22227].

This commit is contained in:
Alexey Milovidov 2016-07-28 05:20:04 +03:00
parent f459167a0d
commit 118026db6b
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,3 @@
1
1
1

View File

@ -0,0 +1,5 @@
#!/bin/sh
clickhouse-client --host=localhost --query="SELECT 1";
clickhouse-client --host localhost --query "SELECT 1";
clickhouse-client -hlocalhost -q"SELECT 1";