Update integration-tests/bats/sql-charsets-collations.bats

Co-authored-by: Daylon Wilkins <Hydrocharged@users.noreply.github.com>
This commit is contained in:
Tim Sehn
2022-08-29 08:43:40 -07:00
committed by GitHub
parent 69ef310eb7
commit 3f5c7174f9
@@ -59,7 +59,7 @@ teardown() {
run dolt sql -q "SELECT * FROM german2 WHERE c = 'Bär'"
[ $status -eq 0 ]
[[ ! $output =~ 'Bar' ]] || false
# Hard to match a latin1 characeter in bash
# Hard to match a latin1 character in bash
[ ${#lines[@]} -eq 5 ]
}