Skip to content

Commit c9e061d

Browse files
committed
fix SUDO_HOME sudo-compliance-tests env_reset.rs test
1 parent bb19684 commit c9e061d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ fn some_vars_are_preserved() -> Result<()> {
179179
let term = "some-term";
180180
let sudo_command = "some-sudo-command";
181181
let sudo_user = "some-sudo-user";
182+
let sudo_home = "some-sudo-home";
182183
let sudo_uid = "some-sudo-uid";
183184
let sudo_gid = "some-sudo-gid";
184185
let stdout = Command::new("env")

0 commit comments

Comments
 (0)