mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 10:38:10 -06:00
fix dump.bats typo
This commit is contained in:
@@ -12,7 +12,7 @@ teardown() {
|
||||
|
||||
@test "dump: no tables" {
|
||||
run dolt dump
|
||||
["$status" -eq 0]
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "No tables to export." ]] || false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user