Commit 3cbba137 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Dridi Boukelmoune

Use 'process' when terminal/curses is involved

parent 9ba61d1b
......@@ -13,7 +13,9 @@ client c1 {
} -run
shell -expect "fetch" "varnishtop -n ${v1_name} -1"
shell -expect "fetch" "varnishtop -n ${v1_name} -d"
process p1 "varnishtop -n ${v1_name} -d" -run -screen_dump
process p1 -expect-text 0 0 fetch
# without -f
shell -match "1\\.00 RespHeader Date: [^\\n]+\\n" {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment