Update of /cvsroot/fink/dists/10.7/stable/main/finkinfo/devel
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv18234

Modified Files:
        automake1.14.info 
Log Message:
fix failing tests on edge cases

Index: automake1.14.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.7/stable/main/finkinfo/devel/automake1.14.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- automake1.14.info   22 Jul 2013 02:33:25 -0000      1.1
+++ automake1.14.info   24 Jul 2013 13:36:35 -0000      1.2
@@ -65,7 +65,15 @@
   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14706
   # Patch for t/ccnoco-lt test failure
   # http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14911
-  TestScript: make check || exit 2
+  TestConflicts: coreutils-default
+  ### texinfo-legacy is needed to provide install-info as
+  ### t/txinfo-nodist-info.sh fails with dpkg-1.10's install-info 
+  TestDepends: texinfo-legacy
+  TestScript: <<
+       #!/bin/sh -ev
+       export PATH=%p/opt/texinfo-legacy/bin:$PATH
+       make check || exit 2
+  <<
   TestDepends: dejagnu, libtool2, pkgconfig
 <<
 DocFiles: COPYING README AUTHORS NEWS THANKS


------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to