diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-04 08:57:14 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 19:20:07 -0700 |
commit | a25ab8432dcf15d7d43adbc429a7cd9b493b3d91 (patch) | |
tree | 2a933b3e4451e3d82b8f9a779fe9bf3a9a3cf501 /lib9p/tests/runtest | |
parent | 4efc7582a255439a574f577272d8be11f6491fe4 (diff) |
lib9p: srv: Use a separate pathmap
Diffstat (limited to 'lib9p/tests/runtest')
-rwxr-xr-x | lib9p/tests/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/runtest b/lib9p/tests/runtest index d963c53..bb83a83 100755 --- a/lib9p/tests/runtest +++ b/lib9p/tests/runtest @@ -43,7 +43,7 @@ expect_lines \ out=$("${client[@]}" stat 'Documentation/x') expect_lines \ - "'x' 'root' 'root' 'root' q (0000000000000009 1 ) m 0444 at 1728337905 mt 1728337904 l 4 t 0 d 0" + "'x' 'root' 'root' 'root' q (0000000000000008 1 ) m 0444 at 1728337905 mt 1728337904 l 4 t 0 d 0" out=$("${client[@]}" write 'shutdown' <<<1) expect_lines '' |