We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd2214 commit fbcefbfCopy full SHA for fbcefbf
test-framework/sudo-compliance-tests/src/sudo/timestamp.rs
@@ -212,7 +212,7 @@ fn cached_credential_not_shared_between_auth_users() {
212
// Cached credential not used when password for different user necessary
213
let output = Command::new("sh")
214
.arg("-c")
215
- .arg(format!("sudo -u user2 true"))
+ .arg("sudo -u user2 true")
216
.as_user(USERNAME)
217
.output(&env);
218
output.assert_exit_code(1);
0 commit comments