fix dump.bats typo

This commit is contained in:
jennifersp
2021-11-04 11:08:40 -07:00
parent 1af46fca87
commit cd6b016457

View File

@@ -12,7 +12,7 @@ teardown() {
@test "dump: no tables" {
run dolt dump
["$status" -eq 0]
[ "$status" -eq 0 ]
[[ "$output" =~ "No tables to export." ]] || false
}