try to fix error message
This commit is contained in:
parent
681f6be440
commit
1afb056a93
|
@ -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));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user