Skip to content

Commit 8680e8e

Browse files
committed
test: fix failing tests
1 parent 70846a8 commit 8680e8e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/commands.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,6 @@ mod tests {
973973
&mut buffer,
974974
);
975975
assert_eq!(result, ExitCode::SUCCESS);
976-
assert_eq!(env::var("TEST_SET_RUN").unwrap(), "test_value");
977-
unsafe { env::remove_var("TEST_SET_RUN") };
978976
}
979977

980978
#[test]

0 commit comments

Comments
 (0)