tests: don't log filename nor color in unit tests

In experr, we had line numbers in log output, which might change. Also, for
make distcheck, the path of the source file might have some '../../' added in
the log output (to indicate the src dir as seen from the build dir).

Fix both by dropping source file and line.

Also drop color while at it.

Change-Id: Ie76384c4176ce0a7d89d093f2efb848fe3f19400
diff --git a/src/tests/test-helpers.err b/src/tests/test-helpers.err
index 81b79e1..891094a 100644
--- a/src/tests/test-helpers.err
+++ b/src/tests/test-helpers.err
@@ -1,3 +1,2 @@
-<0004> ranap_common.c:508 Invalid PLMN Identity size: should be 3, is 2
-<0004> ranap_common.c:522 Invalid LAC size: should be 2, is 1
-
\ No newline at end of file
+Invalid PLMN Identity size: should be 3, is 2
+Invalid LAC size: should be 2, is 1