summaryrefslogtreecommitdiff
path: root/lib9p/tests/runtest
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-09 20:23:55 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-09 20:23:55 -0700
commit026afb5113fbeed097308a0fe43da105b549c807 (patch)
treec1826d1e57b658e8a8844b731779633809c56e45 /lib9p/tests/runtest
parentf466cff948ec638f26a9a77a391904ebe03c4dfb (diff)
lib9p: test_server: Make the pathnums more stable
Diffstat (limited to 'lib9p/tests/runtest')
-rwxr-xr-xlib9p/tests/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/runtest b/lib9p/tests/runtest
index bb83a83..02cd791 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 (0000000000000008 1 ) m 0444 at 1728337905 mt 1728337904 l 4 t 0 d 0"
+ "'x' 'root' 'root' 'root' q (0000000000000003 1 ) m 0444 at 1728337905 mt 1728337904 l 4 t 0 d 0"
out=$("${client[@]}" write 'shutdown' <<<1)
expect_lines ''