Unncessary variable declaration

This commit is contained in:
Nathan Gabrielson
2025-06-11 21:05:44 -07:00
parent 795dd4058f
commit 75cde3ea68

View File

@@ -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"; }