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.
2 parents 8ce1ebf + c72a9b2 commit 3e9d3deCopy full SHA for 3e9d3de
gix-prompt/tests/options/mod.rs
@@ -45,7 +45,7 @@ mod apply_environment {
45
#[test]
46
#[serial]
47
fn ssh_askpass_is_used_as_fallback() {
48
- let _env = Env::new().set("SSH_ASKPASS", "fallback");
+ let _env = Env::new().unset("GIT_ASKPASS").set("SSH_ASKPASS", "fallback");
49
50
assert_eq!(
51
Options {
@@ -63,7 +63,7 @@ mod apply_environment {
63
64
65
fn ssh_askpass_does_not_override_current_value() {
66
67
68
69
0 commit comments