Slightly less picky test conditions

This commit is contained in:
Zach Musgrave
2022-06-28 08:28:26 -07:00
parent 160c6cf3f2
commit 4be2eec463

View File

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