From 13a61323bc5e8daed5148dbc9aa4b2967531a3c1 Mon Sep 17 00:00:00 2001 From: Jason Fulghum Date: Wed, 9 Aug 2023 15:28:15 -0700 Subject: [PATCH] Removing the testing lines that triggered test failures --- integration-tests/bats/bats.bats | 2 -- 1 file changed, 2 deletions(-) diff --git a/integration-tests/bats/bats.bats b/integration-tests/bats/bats.bats index ad5a5d500d..c97f79e32d 100644 --- a/integration-tests/bats/bats.bats +++ b/integration-tests/bats/bats.bats @@ -8,6 +8,4 @@ # grep returns 0 if matches are found, 1 if matches are NOT found, and 2 if no input files were found echo -e "Incorrect bash test constructs: \n$output" [ $status -eq 1 ] - [[ $output =~ "No tables to export." ]] - [[ $output =~ "another" ]] } \ No newline at end of file