File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,6 @@ rm -r tests/run-make/panic-abort-eh_frame # .eh_frame emitted with panic=abort
122122# bugs in the test suite
123123# ======================
124124rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue
125- rm tests/ui/attributes/unix_sigpipe/unix_sigpipe-inherit.rs # TODO some symbol not being found, but works fine when manually invoked
126125
127126rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
128127
@@ -154,7 +153,7 @@ index 9607ff02f96..b7d97caf9a2 100644
154153 let mut cmd = setup_common();
155154- let target_rpath_dir = env::var_os("TARGET_RPATH_DIR").unwrap();
156155- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy()));
157- Self { cmd }
156+ Self { cmd, stdin: None }
158157 }
159158
160159EOF
You can’t perform that action at this time.
0 commit comments