crypt_test: don't run on macOS

The new crypt tests cannot be run on macOS. Making them conditional for
non-macOS platforms fixes running unit tests in the internal directory
on macOS.
This commit is contained in:
Martin Sehnoutka 2020-04-09 09:47:46 +02:00 committed by Tom Gundersen
parent 17f4281648
commit e769377f0e

View file

@ -1,3 +1,5 @@
// +build !macos
package crypt package crypt
import ( import (