This commit is contained in:
Andy Arthur
2020-05-22 08:41:35 -05:00
parent 65f26638eb
commit becc979f3a

View File

@@ -105,6 +105,5 @@ teardown() {
run dolt sql -q "select AaA from Test order by 1 limit 1"
[ "$status" -eq 0 ]
[[ "$output" =~ "1" ]] || false
skip "Column names come back as the table declares them, not as written in the query"
[[ "$output" =~ "AaA" ]] || false
[[ "$output" =~ "Aaa" ]] || false
}