[26722] trunk/base/src/pextlib1.0/tests/curl.tcl

source_changes at macosforge.org source_changes at macosforge.org
Thu Jul 5 04:10:28 PDT 2007


Revision: 26722
          http://trac.macosforge.org/projects/macports/changeset/26722
Author:   eridius at macports.org
Date:     2007-07-05 04:10:27 -0700 (Thu, 05 Jul 2007)

Log Message:
-----------
Fix curl test - research.att.com removed the download we were using, so update to the smallest ast-ksh download currently available

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/tests/curl.tcl

Modified: trunk/base/src/pextlib1.0/tests/curl.tcl
===================================================================
--- trunk/base/src/pextlib1.0/tests/curl.tcl	2007-07-05 11:05:47 UTC (rev 26721)
+++ trunk/base/src/pextlib1.0/tests/curl.tcl	2007-07-05 11:10:27 UTC (rev 26722)
@@ -28,8 +28,8 @@
 	test {[md5 file $tempfile] == "a4b0f4a5fbd8bec23002ad8023e01729"}
 	
 	# use -u
-	curl fetch -u "I accept www.opensource.org/licenses/cpl:." http://www.research.att.com/~gsf/download/tgz/ast-ksh.2007-01-11.tgz $tempfile
-	test {[md5 file $tempfile] == "a24a0b8d8dc81600d624e3c0f2159e38"}
+	curl fetch -u "I accept www.opensource.org/licenses/cpl:." http://www.research.att.com/~gsf/download/tgz/ast-ksh.2007-03-28.2007-03-25.tgz $tempfile
+	test {[md5 file $tempfile] == "33b5dad7b2f6da0d7c2b16f3a91efeef"}
 	
 	file delete -force $tempfile
 }

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070705/5874c10e/attachment.html


More information about the macports-changes mailing list