Skip to content

Commit fbcefbf

Browse files
committed
Remove lint
1 parent 9bd2214 commit fbcefbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test-framework/sudo-compliance-tests/src/sudo/timestamp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ fn cached_credential_not_shared_between_auth_users() {
212212
// Cached credential not used when password for different user necessary
213213
let output = Command::new("sh")
214214
.arg("-c")
215-
.arg(format!("sudo -u user2 true"))
215+
.arg("sudo -u user2 true")
216216
.as_user(USERNAME)
217217
.output(&env);
218218
output.assert_exit_code(1);

0 commit comments

Comments
 (0)