1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-30 12:37:49 +00:00

more comment

mostly to retrigger the ci :)
This commit is contained in:
Sylvestre Ledru 2022-01-30 10:05:05 +01:00 committed by Sylvestre Ledru
parent bab7ba8a52
commit eaad6c5286

View file

@ -1363,6 +1363,7 @@ pub fn expected_result(ts: &TestScenario, args: &[&str]) -> std::result::Result<
} }
/// This is a convenience wrapper to run a ucmd with root permissions. /// This is a convenience wrapper to run a ucmd with root permissions.
/// It can be used to test programs when being root is needed
/// This runs 'sudo -E --non-interactive target/debug/coreutils util_name args` /// This runs 'sudo -E --non-interactive target/debug/coreutils util_name args`
/// This is primarily designed to run in an environment where whoami is in $path /// This is primarily designed to run in an environment where whoami is in $path
/// and where non-interactive sudo is possible. /// and where non-interactive sudo is possible.