File tree 1 file changed +1
-2
lines changed
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
122
122
# bugs in the test suite
123
123
# ======================
124
124
rm 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
126
125
127
126
rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd
128
127
@@ -154,7 +153,7 @@ index 9607ff02f96..b7d97caf9a2 100644
154
153
let mut cmd = setup_common();
155
154
- let target_rpath_dir = env::var_os("TARGET_RPATH_DIR").unwrap();
156
155
- cmd.arg(format!("-L{}", target_rpath_dir.to_string_lossy()));
157
- Self { cmd }
156
+ Self { cmd, stdin: None }
158
157
}
159
158
160
159
EOF
You can’t perform that action at this time.
0 commit comments