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 35d4d9f + 1fc1471 commit b351c27Copy full SHA for b351c27
gix-prompt/tests/prompt.rs
@@ -63,9 +63,4 @@ mod ask {
63
p.expect("\" password with space \"").unwrap();
64
p.expect(expectrl::Eof).unwrap();
65
}
66
-
67
- #[test]
68
- #[cfg(not(any(target_os = "linux", target_os = "freebsd", target_os = "macos")))]
69
- #[ignore]
70
- fn username_password_not_available() {}
71
0 commit comments