From b5acd29b3081c586ed7c0c582edbd85700151220 Mon Sep 17 00:00:00 2001 From: oech3 <79379754+oech3@users.noreply.github.com> Date: Sun, 30 Aug 2026 22:19:11 +0900 Subject: [PATCH] test_cp.rs: fix error message of ficlone on musl --- tests/by-util/test_cp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/by-util/test_cp.rs b/tests/by-util/test_cp.rs index adc80edcda1..bd81c5f76f2 100644 --- a/tests/by-util/test_cp.rs +++ b/tests/by-util/test_cp.rs @@ -1070,7 +1070,7 @@ fn test_cp_reflink_always_failure() { .args(&["--reflink=always", "/dev/null", "target"]) .fails() .no_stdout() - .stderr_contains("Invalid cross-device link"); + .stderr_contains("ross-device link"); // cover both of glibc and musl } #[test]