diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 06:23:21 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 08:34:59 -0600 |
commit | a780f6fe756b1a1051d5197d81366f21c42a316b (patch) | |
tree | 3047d310b60032a6861776eb37175551db59c0ca /lib9p/tests/testclient-p9p | |
parent | a10dbdf20ff0f3ceffc0eb3ff478504ccb475752 (diff) |
lib9p: test_server: Hard-code path numbers
To avoid noise in patches when adding or removing API endpoints
Diffstat (limited to 'lib9p/tests/testclient-p9p')
-rwxr-xr-x | lib9p/tests/testclient-p9p | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/testclient-p9p b/lib9p/tests/testclient-p9p index 55ca069..81a7e50 100755 --- a/lib9p/tests/testclient-p9p +++ b/lib9p/tests/testclient-p9p @@ -55,7 +55,7 @@ expect_lines \ out=$("${client[@]}" stat 'Documentation/x') expect_lines \ - "'x' 'root' 'root' 'root' q (0000000000000001 1 ) m 0444 at 1728337905 mt 1728337904 l 166 t 0 d 0" + "'x' 'root' 'root' 'root' q (0000000000000003 1 ) m 0444 at 1728337905 mt 1728337904 l 166 t 0 d 0" out=$("${client[@]}" write 'shutdown' <<<1) expect_lines '' |