diff tests/test-copy @ 1923:7d83a351a936

fix testsuite for freebsd and one timingissue
author Peter van Dijk <peter@dataloss.nl>
date Tue, 21 Feb 2006 22:23:51 +0100
parents 94f38724283f
children ba198d17eea9
line wrap: on
line diff
--- a/tests/test-copy	Fri Feb 17 17:41:23 2006 -0600
+++ b/tests/test-copy	Tue Feb 21 22:23:51 2006 +0100
@@ -22,9 +22,9 @@
 echo "this should show the rename information in the metadata"
 hg debugdata .hg/data/b.d 0 | head -n 3 | tail -n 2
 
-md5sum .hg/data/b.d
+$TESTDIR/md5sum.py .hg/data/b.d
 hg cat b > bsum
-md5sum bsum
+$TESTDIR/md5sum.py bsum
 hg cat a > asum
-md5sum asum
+$TESTDIR/md5sum.py asum
 hg verify