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

Test varnishhist a little bit more

parent dfd83b39
......@@ -422,8 +422,8 @@ do_curses(void *arg)
case 'Q':
case 'q':
AZ(raise(SIGINT));
endwin();
return (NULL);
quit = 1;
break;
case '0':
case '1':
case '2':
......
......@@ -24,6 +24,13 @@ client c1 {
process p1 -expect-text 22 0 {#}
client c1 {
txreq
rxresp
} -run
process p1 -expect-text 22 0 { | }
process p1 -expect-text 3 1 {20_}
process p1 -screen_dump
......
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