aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--community/godep/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/community/godep/APKBUILD b/community/godep/APKBUILD
index 94b4a2c6d5..ee3029a70a 100644
--- a/community/godep/APKBUILD
+++ b/community/godep/APKBUILD
@@ -25,6 +25,7 @@ build() {
check() {
cd "$builddir"
+ export EMAIL="Test User <user@example.com>"
GOPATH="$srcdir" go test
}