ClickHouse/tests/queries/0_stateless/01526_client_start_and_exit.expect-not-a-test-case
Filatenkov Artur 848f595e97
Update 01526_client_start_and_exit.expect-not-a-test-case
fix no matching with reference
2021-07-16 14:59:39 +03:00

11 lines
191 B
Plaintext
Executable File

#!/usr/bin/expect -f
log_user 1
set timeout 5
match_max 100000
spawn bash -c "$env(CLICKHOUSE_CLIENT_BINARY) --no-warnings $env(CLICKHOUSE_CLIENT_OPT)"
expect ":) "
send -- "\4"
expect eof