mirror of
https://github.com/dolthub/dolt.git
synced 2025-12-30 16:12:39 -06:00
Slightly less picky test conditions
This commit is contained in:
@@ -160,8 +160,6 @@ EOF
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "$EXPECTED_SCHEMA" ]] || false
|
||||
[[ "$output" =~ "$EXPECTED_DATA" ]] || false
|
||||
# Count the lines to make sure there are no unexpected output lines
|
||||
[ "${#lines[@]}" -eq 23 ]
|
||||
}
|
||||
|
||||
@test "big table" {
|
||||
|
||||
Reference in New Issue
Block a user