nl: rename test function

This commit is contained in:
Daniel Hofstetter
2025-08-24 17:35:34 +02:00
parent 91cf001180
commit 7a9f88a783
+1 -1
View File
@@ -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!();