summaryrefslogtreecommitdiffstats
path: root/test/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.in')
-rw-r--r--test/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index d46d90e..4fba362 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -23,7 +23,8 @@ srcdir=@srcdir@
CPPFLAGS=-I. -I$(srcdir) -I../src -I$(top_srcdir)/src @CPPFLAGS@
## Test script for error_test and err_compat
-TEST_SCRIPTS=$(srcdir)/testerror.sh
+# Disabled until find a good way to compare the outputs.
+#TEST_SCRIPTS=$(srcdir)/testerror.sh
## These are our main targets. They should be listed in the order to be
## executed, generally most specific tests to least specific tests.