Pure Erlang implementation of 9p2000 protocol
filesystem fs 9p2000 erlang 9p
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix e9p_msg test suite

+2 -2
+2 -2
test/e9p_msg_SUITE.erl
··· 17 17 Stat = #{ 18 18 type => 0, 19 19 dev => 0, 20 - qid => e9p:make_qid(directory, 0, 0, []), 20 + qid => e9p:make_qid(regular, 0, 0), 21 21 mode => 0, 22 22 atime => 0, 23 23 mtime => 0, ··· 35 35 Stat = #{ 36 36 type => 0, 37 37 dev => 0, 38 - qid => e9p:make_qid(directory, 0, 0, []), 38 + qid => e9p:make_qid(regular, 0, 0), 39 39 mode => 0, 40 40 atime => 0, 41 41 mtime => 0,