testpass is now part of the test suite, so don't try to build it as a
standalone program


git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/trunk@59093 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/test/Makefile.in b/test/Makefile.in
index cfae10f..aaf4261 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -3,7 +3,7 @@
 INCLUDES = @APRUTIL_PRIV_INCLUDES@ @APR_INCLUDES@ @APRUTIL_INCLUDES@
 
 PROGRAMS = testall testdbm testdate testmd4 testmd5 testxml testrmm \
-	   testreslist testqueue testpass
+	   testreslist testqueue
 TARGETS = $(PROGRAMS)
 
 APRUTIL_DOTTED_VERSION=@APRUTIL_DOTTED_VERSION@