diff --git a/integration-tests/bats/sql-shell-commit-time.expect b/integration-tests/bats/sql-shell-commit-time.expect index d67136b683..8a6a78c8dd 100755 --- a/integration-tests/bats/sql-shell-commit-time.expect +++ b/integration-tests/bats/sql-shell-commit-time.expect @@ -5,10 +5,7 @@ set env(NO_COLOR) 1 source "$env(BATS_CWD)/helper/common_expect_functions.tcl" -spawn dolt sql - -set first_commit_date "" -set second_commit_date "" +spawn dolt sql expect_with_defaults {dolt-repo-[0-9]+/main\*> } { send "\\commit -A -m \"created a table\"\r"; }