1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

dd/chroot: improve the skip message (not root)

This commit is contained in:
Sylvestre Ledru 2023-12-28 00:42:36 +01:00
parent 04a7f9c153
commit 764ea34c37
2 changed files with 3 additions and 3 deletions

View file

@ -124,7 +124,7 @@ fn test_default_shell() {
if let Ok(result) = run_ucmd_as_root(&ts, &[dir]) {
result.stderr_contains(expected);
} else {
print!("TEST SKIPPED");
print!("Test skipped; requires root user");
}
}