Skip to content

Commit

Permalink
skip test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
quixoten committed Jul 18, 2023
1 parent c57944f commit b11ec9b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/commands/completions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,10 @@ mod tests {
use super::*;

#[test]
#[cfg(not(windows))]
fn test_smoke() {
let config = FnmConfig::default();
Completions {
#[cfg(windows)]
shell: Some(Shells::Cmd),
#[cfg(not(windows))]
shell: Some(Shells::Bash),
}
.call(config);
Expand Down

0 comments on commit b11ec9b

Please sign in to comment.