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

Merge branch 'run_ucmd_as_root' of github.com:jhscheer/coreutils into run_ucmd_as_root

This commit is contained in:
Jan Scheer 2021-09-20 23:06:08 +02:00
commit 044b3eb8b7
No known key found for this signature in database
GPG key ID: C62AD4C29E2B9828

View file

@ -1578,6 +1578,7 @@ mod tests {
#[test]
#[cfg(unix)]
#[cfg(feature = "whoami")]
fn test_run_ucmd_as_root() {
// We need non-interactive `sudo.
// CICD environment should allow non-interactive `sudo`.