chore: trivial updates

This commit is contained in:
sigoden
2023-11-26 15:03:51 +08:00
parent f8d6859354
commit ab29e39148
2 changed files with 4 additions and 2 deletions

View File

@@ -74,5 +74,7 @@ fn no_log(tmpdir: TempDir, port: u16, #[case] args: &[&str]) -> Result<(), Error
let output = std::str::from_utf8(&buf[0..buf_len])?;
assert_eq!(output.lines().last().unwrap(), "");
child.kill()?;
Ok(())
}