summaryrefslogtreecommitdiff
path: root/lib9p/tests/testclient-p9p.explog
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-16 05:27:40 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-16 05:27:40 -0600
commitfdc9b04c051c7a49dcc48866b5675e06b9a87abe (patch)
tree30008026f025696066024c8d32001cf938afb9cc /lib9p/tests/testclient-p9p.explog
parent802ed1e3cd0252cafd1be2aada0addf4d3f7eb2e (diff)
parentf56ae03840bb264163c4035eb72fbac938847638 (diff)
Merge branch 'lukeshu/9p-fix-flush'
Diffstat (limited to 'lib9p/tests/testclient-p9p.explog')
-rw-r--r--lib9p/tests/testclient-p9p.explog4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib9p/tests/testclient-p9p.explog b/lib9p/tests/testclient-p9p.explog
index e5901d2..7f3953d 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=428 data=<bytedata> }
-> Tread { tag=0 fid=1 offset=428 count=4096 }
+< Rread { tag=0 count=648 data=<bytedata> }
+> Tread { tag=0 fid=1 offset=648 count=4096 }
< Rread { tag=0 count=0 data="" }
> Tclunk { tag=0 fid=1 }
< Rclunk { tag=0 }