mirror of
https://github.com/dolthub/dolt.git
synced 2026-04-21 11:29:51 -05:00
Amend implementation
This commit is contained in:
@@ -373,7 +373,7 @@ SQL
|
||||
("global_table", "main", "invalid");
|
||||
SQL
|
||||
|
||||
run sql -q "select * from global_table;"
|
||||
run dolt sql -q "select * from global_table;"
|
||||
[ "$status" -eq 1 ]
|
||||
echo "$output"
|
||||
[[ "$output" =~ "Invalid global table options" ]] || false
|
||||
|
||||
Reference in New Issue
Block a user