lib9p

Go 9P library.
Log | Files | Refs | LICENSE

commit 86c88bd52202efd11839f3373206d8aeaaca7450
parent c0c3c839283b1e086e8eba03d07f9c2191e5f657
Author: Matsuda Kenji <info@mtkn.jp>
Date:   Sat, 13 Jan 2024 15:52:41 +0900

add comment

Diffstat:
Mserver_test.go | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/server_test.go b/server_test.go @@ -717,6 +717,8 @@ func TestSClunk(t *testing.T) { } } +// TestORCLOSE tests whether a file created with ORCLOSE bit set is correctly +// removed when clunked. func TestORCLOSE(t *testing.T) { c, rc := setupConn(testfs) tc0, tc1 := make(chan *request), make(chan *request)