Commit f81b172d authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Wearing my tinfoil hat...

Refs #2884
parent f878f304
......@@ -157,6 +157,12 @@ client c1 {
expect resp.status == 200
} -run
shell {
# for good measure
test -S "${s1_sock}" && rm -vf "${s1_sock}"
test ! -S "${s1_sock}"
}
server s1 -start
client c1 -run
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