Skip to content

Commit

Permalink
fix do_configure
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Nov 25, 2018
1 parent 80e62e3 commit fd94b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Fixtures/e2e/Initial_Configuration/do_configure.expect
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
set timeout 20
eval spawn $env(INFECTION)

proc configure {input, value} {
proc configure {input} {
expect $input {
send $value
send "\r"
} timeout {
send_user "Test failed\n"
exit 1
}
}

expect "directories do you want to include"
send "2"
send "2\r"

configure "Any directories to exclude from" "\r"
configure "timeout in seconds" "\r"
Expand Down

0 comments on commit fd94b59

Please sign in to comment.