diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-12 06:37:54 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-13 09:05:37 -0600 |
commit | bf32c2cd495099c93195b202158f46870ceed0ef (patch) | |
tree | 08b47b0e0772f590aa3ae48254590088a4b4402c /lib9p/tests/testclient-p9p | |
parent | d3b4d23a8077d74cd4628948e4687d2d5c24de80 (diff) |
lib9p: Test+fix that auth data is tracked in the context
Diffstat (limited to 'lib9p/tests/testclient-p9p')
-rwxr-xr-x | lib9p/tests/testclient-p9p | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib9p/tests/testclient-p9p b/lib9p/tests/testclient-p9p index 2e5a6f3..9c9fb5e 100755 --- a/lib9p/tests/testclient-p9p +++ b/lib9p/tests/testclient-p9p @@ -27,7 +27,8 @@ expect_lines \ '--r--r--r-- M 0 root root 166 Oct 7 2024 README.md' \ '---w--w--w- M 0 root root 0 Oct 7 2024 shutdown' \ '--r--r--r-- M 0 root root 6 Oct 7 2024 slowread' \ - '--r--r--r-- M 0 root root 6 Oct 7 2024 slowread-flushable' + '--r--r--r-- M 0 root root 6 Oct 7 2024 slowread-flushable' \ + '--r--r--r-- M 0 root root 9 Oct 7 2024 whoami' out=$("${client[@]}" ls -l 'Documentation/') expect_lines \ |