mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-28 20:49:43 -05:00
fix cp-and-mv.bats
This commit is contained in:
@@ -82,8 +82,7 @@ teardown() {
|
||||
[[ "$output" =~ "Invalid table name" ]] || false
|
||||
run dolt table cp test1 dolt_docs
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" =~ "Invalid table name" ]] || false
|
||||
[[ "$output" =~ "reserved" ]] || false
|
||||
[[ "$output" =~ "incorrect schema for dolt_docs table" ]] || false
|
||||
run dolt table cp test1 dolt_query_catalog
|
||||
[ "$status" -eq 1 ]
|
||||
[[ "$output" =~ "Invalid table name" ]] || false
|
||||
|
||||
Reference in New Issue
Block a user