mirror of
https://github.com/uutils/procps.git
synced 2026-06-10 16:14:00 -07:00
pidof: don't require program name as arg
This commit is contained in:
@@ -26,7 +26,7 @@ fn test_find_kthreadd() {
|
||||
#[test]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn test_no_program() {
|
||||
new_ucmd!().fails().code_is(1);
|
||||
new_ucmd!().fails().code_is(1).no_output();
|
||||
}
|
||||
|
||||
#[test]
|
||||
|
||||
Reference in New Issue
Block a user