pilebones / go-udev

Simple udev implementation in Golang
GNU General Public License v3.0
95 stars 28 forks source link

udev: skip TestParseUdevEvent on ppc #14

Closed mvo5 closed 6 years ago

mvo5 commented 6 years ago

The ppc golang architecture uses big-endian so the TestParseUdevEvent cannot run there. This PR skips it when ppc is detected.