From 7a9f88a78352c04db7b38d6140ac1f8342f2e71e Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 24 Aug 2025 17:26:42 +0200 Subject: [PATCH] nl: rename test function --- tests/by-util/test_nl.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!();