From 4be2eec4633c2a11bfa02e25c1183afa0ef84705 Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Tue, 28 Jun 2022 08:28:26 -0700 Subject: [PATCH] Slightly less picky test conditions --- .../compatibility/test_files/bats/compatibility.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/compatibility/test_files/bats/compatibility.bats b/integration-tests/compatibility/test_files/bats/compatibility.bats index eed5e91674..3aada4c8d2 100755 --- a/integration-tests/compatibility/test_files/bats/compatibility.bats +++ b/integration-tests/compatibility/test_files/bats/compatibility.bats @@ -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" {