Update 01676_long_clickhouse_client_autocomplete.sh

This commit is contained in:
alexey-milovidov 2021-06-17 09:20:37 +03:00 committed by GitHub
parent e3fbec4b54
commit 5e63d28782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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