Blob


1 include "lib.9ps"
3 testing "if version works" dir "./root" {
4 send(Tversion, notag, msize, np2000)
5 m = recv()
6 assert m.type == Rversion
7 }
9 testing "fails when sending a R-message" dir "./root" {
10 send(Rversion, notag, msize, np2000)
11 should-fail recv() : "the connection should have been closed"
12 }