Description: use test data directory
Author: Sascha Steinbiss <satta@debian.org>
--- a/config/importer/helpers_for_test.go
+++ b/config/importer/helpers_for_test.go
@@ -2,10 +2,8 @@
 
 import (
 	"path"
-	"runtime"
 )
 
 func testResourceFilename(s string) string {
-	_, filename, _, _ := runtime.Caller(0)
-	return path.Join(path.Dir(filename), s)
+	return path.Join("/tmp", s)
 }
