mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Update 01676_long_clickhouse_client_autocomplete.sh
This commit is contained in:
parent
e3fbec4b54
commit
5e63d28782
@ -92,13 +92,4 @@ for w in "${compwords_positive[@]}"; do
|
||||
test_completion_word "$w" || echo "[FAIL] $w (positive)"
|
||||
done
|
||||
|
||||
# One negative is enough
|
||||
compwords_negative=(
|
||||
# system.clusters
|
||||
test_shard_localhost_no_such_cluster
|
||||
)
|
||||
for w in "${compwords_negative[@]}"; do
|
||||
test_completion_word "$w" && echo "[FAIL] $w (negative)"
|
||||
done
|
||||
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user