diff --git a/tests/by-util/test_nl.rs b/tests/by-util/test_nl.rs index 286f03935..14b30906d 100644 --- a/tests/by-util/test_nl.rs +++ b/tests/by-util/test_nl.rs @@ -11,7 +11,7 @@ use uutests::util_name; #[test] #[cfg(target_os = "linux")] -fn test_nl_non_utf8_paths() { +fn test_non_utf8_paths() { use std::os::unix::ffi::OsStringExt; let (at, mut ucmd) = at_and_ucmd!();