Update integration-tests/bats/add-patch-expect/restart_multiple_times.expect

Co-authored-by: Jason Fulghum <jason@dolthub.com>
This commit is contained in:
Neil Macneale IV
2024-09-13 09:19:37 -07:00
committed by GitHub
parent 955197c283
commit 9fb24dce11
@@ -7,7 +7,7 @@ source "$env(BATS_CWD)/helper/common_expect_functions.tcl"
spawn dolt add --patch
# This is a long script, but the idea is simple. Input y,n,y,s repeatedly and insure that the right prompts are seen
# This is a long script, but the idea is simple. Input y,n,y,s repeatedly and ensure that the right prompts are seen
expect_with_defaults_2 {| \+ | 0 | Yellow | 255 | 255 | 0 |} {Stage this row \[y,n,q,a,d,s,\?\]\? } { send "y\r"; }