diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 06:37:54 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-13 09:05:37 -0600 |
commit | bf32c2cd495099c93195b202158f46870ceed0ef (patch) | |
tree | 08b47b0e0772f590aa3ae48254590088a4b4402c /lib9p/tests/testclient-p9p.explog | |
parent | d3b4d23a8077d74cd4628948e4687d2d5c24de80 (diff) |
lib9p: Test+fix that auth data is tracked in the context
Diffstat (limited to 'lib9p/tests/testclient-p9p.explog')
-rw-r--r-- | lib9p/tests/testclient-p9p.explog | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/tests/testclient-p9p.explog b/lib9p/tests/testclient-p9p.explog index 905a60f..45651a4 100644 --- a/lib9p/tests/testclient-p9p.explog +++ b/lib9p/tests/testclient-p9p.explog @@ -19,8 +19,8 @@ > Topen { tag=0 fid=1 mode=(MODE_READ) } < Ropen { tag=0 qid={ type=(DIR) vers=1 path=1 } iounit=0 } > Tread { tag=0 fid=1 offset=0 count=4096 } -< Rread { tag=0 count=361 data=<bytedata> } -> Tread { tag=0 fid=1 offset=361 count=4096 } +< Rread { tag=0 count=428 data=<bytedata> } +> Tread { tag=0 fid=1 offset=428 count=4096 } < Rread { tag=0 count=0 data="" } > Tclunk { tag=0 fid=1 } < Rclunk { tag=0 } |