diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 19:25:04 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 19:25:04 -0700 |
commit | f466cff948ec638f26a9a77a391904ebe03c4dfb (patch) | |
tree | 2a933b3e4451e3d82b8f9a779fe9bf3a9a3cf501 /lib9p/tests/runtest | |
parent | 5c373cfe544df4ddba44adf3f6b60399340e4bd5 (diff) | |
parent | a25ab8432dcf15d7d43adbc429a7cd9b493b3d91 (diff) |
Merge branch 'lukeshu/9p-srv-cleanup'
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 '' |