Skip to content

Commit

Permalink
fixit
Browse files Browse the repository at this point in the history
  • Loading branch information
flrgh committed Jun 25, 2024
1 parent c238b58 commit 8d75aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nginx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,6 @@ fn test_default_nginx_path() {
let got = find_nginx_bin();
let exp = env!("NGINX_PATH");
assert_eq!(exp, got.to_str().unwrap());
assert_eq!("I should fail", got.to_str().unwrap());
}

#[cfg(not(default_nginx_path))]
Expand Down

0 comments on commit 8d75aa9

Please sign in to comment.