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
|
@ -1565,7 +1565,7 @@ fn test_skip_past_dev() {
|
|||
result.stderr_contains("0+0 records out");
|
||||
result.code_is(1);
|
||||
} else {
|
||||
print!("TEST SKIPPED");
|
||||
print!("Test skipped; requires root user");
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1586,7 +1586,7 @@ fn test_seek_past_dev() {
|
|||
result.stderr_contains("0+0 records out");
|
||||
result.code_is(1);
|
||||
} else {
|
||||
print!("TEST SKIPPED");
|
||||
print!("Test skipped; requires root user");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue