Fix up interactive test

This commit is contained in:
Chris de Graaf 2018-11-12 15:31:41 -06:00
parent b67c350a8a
commit 0378e7503a

View File

@ -45,7 +45,7 @@
println() println()
# Host and SSH aren't prompted for when git is disabled. # Host and SSH aren't prompted for when git is disabled.
write(stdin.buffer, "$me\n\n\r\n\nd") write(stdin.buffer, "$me\n\n\r\n\n\nd")
t = interactive_template(; git=false) t = interactive_template(; git=false)
@test t.host == "github.com" @test t.host == "github.com"
@test !t.ssh @test !t.ssh