Fix 01300_client_save_history_when_terminated_long

It was broken because of colored output
This commit is contained in:
Raúl Marín 2021-08-06 17:25:24 +02:00
parent da988100d6
commit 28901ef55f

View File

@ -27,7 +27,7 @@ close
spawn bash -c "source $basedir/../shell_config.sh ; \$CLICKHOUSE_CLIENT_BINARY \$CLICKHOUSE_CLIENT_OPT"
expect ":) "
send -- "\[A"
expect "SELECT 'for the history'"
expect "for the history"
# Will check that Ctrl+C clears current line.
send -- "\3"