Remove unnecessary checks in bats tests

This commit is contained in:
Zach Musgrave
2019-05-14 16:21:58 -07:00
parent 8848a2bd6b
commit 9b0bf2badf

View File

@@ -45,8 +45,7 @@ teardown() {
[[ "$output" =~ "primary key (pk)" ]] || false
[[ "$output" =~ "c0 int comment 'tag:1'" ]] || false
[[ ! "$output" =~ "c1 int comment 'tag:1'" ]] || false
run dolt table select test
[ "$status" -eq 0 ]
dolt table select test
}
@test "dolt schema delete column" {