fix cp-and-mv.bats

This commit is contained in:
Andy Arthur
2022-08-03 16:34:46 -07:00
parent 011c7dac5f
commit 1a6a86ad80
+1 -2
View File
@@ -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