thommay 2002/12/29 11:21:49
Modified: test Makefile.in
Log:
Apply a patch to fix make check in test/ from Matt Kraai.
Submitted by: Matt Kraai <[EMAIL PROTECTED]>
Reviewed by: Thom May
Revision Changes Path
1.35 +3 -3 apr-util/test/Makefile.in
Index: Makefile.in
===================================================================
RCS file: /home/cvs/apr-util/test/Makefile.in,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- Makefile.in 7 Oct 2002 16:34:59 -0000 1.34
+++ Makefile.in 29 Dec 2002 19:21:49 -0000 1.35
@@ -18,11 +18,11 @@
check: $(PROGRAMS)
for prog in $(PROGRAMS); do \
- ./$$prog \
- if test $$i = 255; then \
+ ./$$prog ;\
+ if test $$? = 255; then \
echo "$$prog failed"; \
break; \
- fi \
+ fi; \
done
testdbm_OBJECTS = testdbm.lo