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:
parent
04a7f9c153
commit
764ea34c37
2 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue