Files
dolt/integration-tests/bats/log.expect
2021-12-15 11:03:59 -08:00

8 lines
130 B
Plaintext

#!/usr/bin/expect
spawn dolt log
expect {
"*Initialize data repository*" { exit 1; }
"*commit 16* " { send "q\r"; exit 0;}
}