Skip to content

Commit 70768a8

Browse files
committed
re-enable tests for posix_spawn{_file_actions_t,attr_t} on Linux
1 parent 7646277 commit 70768a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3299,6 +3299,7 @@ fn test_vxworks(target: &str) {
32993299

33003300
fn test_linux(target: &str) {
33013301
assert!(target.contains("linux"));
3302+
assert!(!target.contains("android"));
33023303

33033304
// target_env
33043305
let gnu = target.contains("gnu");

0 commit comments

Comments
 (0)