Amend implementation

This commit is contained in:
Nick Tobey
2025-10-06 16:21:26 -07:00
parent 16b7ae40ce
commit ff3c6cb490
+1 -1
View File
@@ -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