mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-22 19:43:51 -05:00
Update integration-tests/bats/sql-charsets-collations.bats
Co-authored-by: Daylon Wilkins <Hydrocharged@users.noreply.github.com>
This commit is contained in:
@@ -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 ]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user