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