mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-11 10:33:08 -06:00
Slightly more robust test
This commit is contained in:
@@ -502,6 +502,11 @@ SQL
|
||||
run dolt sql -q "show tables"
|
||||
[ "$status" -eq 0 ]
|
||||
[[ ! "$output" =~ "test2" ]] || false
|
||||
|
||||
run dolt sql -q "select * from test1" -r csv
|
||||
[ "$status" -eq 0 ]
|
||||
[[ "$output" =~ "1,1,1" ]] || false
|
||||
[[ "$output" =~ "2,2,2" ]] || false
|
||||
}
|
||||
|
||||
@test "merge: merge a branch that edits a deleted table" {
|
||||
|
||||
Reference in New Issue
Block a user