From 026afb5113fbeed097308a0fe43da105b549c807 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Sun, 9 Feb 2025 20:23:55 -0700 Subject: lib9p: test_server: Make the pathnums more stable --- lib9p/tests/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib9p/tests/runtest') 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 '' -- cgit v1.2.3-2-g168b