diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 22:20:00 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-09 22:22:19 -0700 |
commit | fa10ceb13e66309ba24605dd5df91c4d626f0614 (patch) | |
tree | bf92b1e44918d0d04584b473490d67c12363ecf1 /lib9p/tests/runtest | |
parent | 026afb5113fbeed097308a0fe43da105b549c807 (diff) |
lib9p: test_server: Simplify construction of the file tree
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 02cd791..0966000 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 (0000000000000003 1 ) m 0444 at 1728337905 mt 1728337904 l 4 t 0 d 0" + "'x' 'root' 'root' 'root' q (0000000000000001 1 ) m 0444 at 1728337905 mt 1728337904 l 4 t 0 d 0" out=$("${client[@]}" write 'shutdown' <<<1) expect_lines '' |