Removing the testing lines that triggered test failures

This commit is contained in:
Jason Fulghum
2023-08-09 15:28:15 -07:00
parent 989f36d497
commit 13a61323bc

View File

@@ -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" ]]
}