diff options
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 '' |