add regression test

This commit is contained in:
Yuki Okushi 2026-02-08 15:21:27 +09:00
parent 873ed9fe56
commit 5be752a39d
1 changed files with 0 additions and 3 deletions

View File

@ -309,8 +309,5 @@ mod tests {
// Regression test for https://github.com/actix/actix-net/issues/364.
assert!(path.exists());
drop(lst);
assert!(!path.exists());
}
}