Skip to content

Commit 9e28ec2

Browse files
committed
test_pgrep: Remove accidentally left debug print
1 parent 33b471e commit 9e28ec2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/by-util/test_pgrep.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -424,8 +424,6 @@ fn test_current_user() {
424424
#[test]
425425
#[cfg(target_os = "linux")]
426426
fn test_does_not_match_current_process() {
427-
let our_pid = std::process::id();
428-
dbg!(&our_pid);
429427
new_ucmd!()
430428
.arg("-f")
431429
.arg("UNIQUE_STRING_THAT_DOES_NOT_MATCH_ANY_OTHER_PROCESS")

0 commit comments

Comments
 (0)