diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-09 19:12:31 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 08:34:59 -0600 |
commit | c9a88db380c6aa765105e53b81a82bc11d807d45 (patch) | |
tree | 5d0cf94a8ce1646aac5fe834ad994ecd0d3cbb57 /lib9p/tests/testclient-sess.explog | |
parent | c50d8be9ecb73e05e4f664ea169ac1ddde1c7217 (diff) |
lib9p: Test+fix the Twalk newfid==fid case
Diffstat (limited to 'lib9p/tests/testclient-sess.explog')
-rw-r--r-- | lib9p/tests/testclient-sess.explog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib9p/tests/testclient-sess.explog b/lib9p/tests/testclient-sess.explog index 71f6244..4932553 100644 --- a/lib9p/tests/testclient-sess.explog +++ b/lib9p/tests/testclient-sess.explog @@ -20,9 +20,9 @@ < Rversion { tag=0 max_msg_size=4120 version="9P2000" } > Tattach { tag=0 fid=0 afid=NOFID uname="nobody" aname="" n_uid=0 } < Rattach { tag=0 qid={ type=(DIR) vers=1 path=5 } } -> Twalk { tag=0 fid=0 newfid=1 nwname=1 wname=["shutdown" ] } +> Twalk { tag=0 fid=0 newfid=0 nwname=1 wname=["shutdown" ] } < Rwalk { tag=0 nwqid=1 wqid=[{ type=(0) vers=1 path=4 } ] } -> Topen { tag=0 fid=1 mode=(MODE_WRITE) } +> Topen { tag=0 fid=0 mode=(MODE_WRITE) } < Ropen { tag=0 qid={ type=(0) vers=1 path=4 } iounit=0 } -> Twrite { tag=0 fid=1 offset=0 count=2 data="1\n" } +> Twrite { tag=0 fid=0 offset=0 count=2 data="1\n" } < Rwrite { tag=0 count=2 } |