Skip to content

Commit

Permalink
woo
Browse files Browse the repository at this point in the history
  • Loading branch information
pvdrz committed Sep 26, 2022
1 parent 646c88f commit ca31321
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bindgen-tests/tests/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -601,12 +601,12 @@ fn test_mixed_header_and_header_contents() {
#[cfg(not(target_os = "windows"))]
fn no_system_header_includes() {
use std::process::Command;
assert!(Command::new("./ci/no-includes.sh")
assert!(Command::new("../ci/no-includes.sh")
.current_dir(env!("CARGO_MANIFEST_DIR"))
.spawn()
.expect("should spawn ./ci/no-includes.sh OK")
.expect("should spawn ../ci/no-includes.sh OK")
.wait()
.expect("should wait for ./ci/no-includes OK")
.expect("should wait for ../ci/no-includes OK")
.success());
}

Expand Down

0 comments on commit ca31321

Please sign in to comment.