Skip to content
Snippets Groups Projects
Commit 8709285b authored by Richard W.M. Jones's avatar Richard W.M. Jones
Browse files

golang: Skip test using syscall.Select on BSDs

./libnbd_590_aio_copy_test.go:169:13: assignment mismatch: 2 variables but syscall.Select returns 1 value

This is caused by the signature being different on BSD.  Might as well
skip this test on anything which isn't Linux.  More here:

https://github.com/golang/go/issues/34458
parent 3bc46869
No related branches found
No related tags found
Loading
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment