try to fix error message

This commit is contained in:
Darren Schroeder 2024-06-11 13:30:29 -05:00
parent 681f6be440
commit 1afb056a93

View File

@ -906,7 +906,7 @@ fn test_cp_debug_default() {
#[cfg(any(target_os = "linux", target_os = "freebsd"))] #[cfg(any(target_os = "linux", target_os = "freebsd"))]
if !actual if !actual
.out .out
.contains("copy offload: unknown, reflink: unsupported, sparse detection: no") .contains("copy offload: yes, reflink: unsupported, sparse detection: no")
{ {
panic!("{}", format!("Failure: stdout was \n{}", actual.out)); panic!("{}", format!("Failure: stdout was \n{}", actual.out));
} }