pbiering / ipv6calc

ipv6calc
https://www.deepspace6.net/projects/ipv6calc.html
Other
45 stars 15 forks source link

Fix tests on OpenBSD #21

Closed grayed closed 3 years ago

grayed commented 3 years ago
  1. Apply same perl -T option removing hack for OpenBSD like it was done for FreeBSD

  2. Use portable [^_[:alnum:]] instead of \W GNUism in grep calls

I also added -x option to grep(1) calls while there, since we for sure do not want to match some extra garbage.

make test now succeeds on OpenBSD, hurray!

pbiering commented 3 years ago

thank you!