Skip to content

Commit ca31321

Browse files
committed
woo
1 parent 646c88f commit ca31321

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindgen-tests/tests/tests.rs

+3-3
Original file line numberDiff line numberDiff line change
@@ -601,12 +601,12 @@ fn test_mixed_header_and_header_contents() {
601601
#[cfg(not(target_os = "windows"))]
602602
fn no_system_header_includes() {
603603
use std::process::Command;
604-
assert!(Command::new("./ci/no-includes.sh")
604+
assert!(Command::new("../ci/no-includes.sh")
605605
.current_dir(env!("CARGO_MANIFEST_DIR"))
606606
.spawn()
607-
.expect("should spawn ./ci/no-includes.sh OK")
607+
.expect("should spawn ../ci/no-includes.sh OK")
608608
.wait()
609-
.expect("should wait for ./ci/no-includes OK")
609+
.expect("should wait for ../ci/no-includes OK")
610610
.success());
611611
}
612612

0 commit comments

Comments
 (0)