Skip to content

Commit d897301

Browse files
committed
Fix linux test
Signed-off-by: Jiahao XU <[email protected]>
1 parent c2c3018 commit d897301

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ mod test {
623623
#[cfg(target_os = "linux")]
624624
{
625625
let client = new_client_from_pipe().0;
626-
client.acquire().unwrap();
626+
client.acquire().unwrap().drop_without_releasing();
627627
run_named_fifo_try_acquire_tests(&client);
628628
}
629629
}

0 commit comments

Comments
 (0)