From aa8b0ec2602177ea924337bda53d6436513a827f Mon Sep 17 00:00:00 2001 From: Zach Musgrave Date: Tue, 10 Aug 2021 10:25:35 -0700 Subject: [PATCH] Fix and unskip keyword test --- integration-tests/bats/sql-create-tables.bats | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/integration-tests/bats/sql-create-tables.bats b/integration-tests/bats/sql-create-tables.bats index ffd9c73213..3ebf016b66 100644 --- a/integration-tests/bats/sql-create-tables.bats +++ b/integration-tests/bats/sql-create-tables.bats @@ -290,15 +290,16 @@ SQL [ "$status" -eq 0 ] [[ "$output" =~ "comment" ]] || false [[ "$output" =~ "date" ]] || false + run dolt sql <