comparison 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
comparison
equal deleted inserted replaced
1739:57de7e1a81d2 1923:7d83a351a936
20 hg debugindex .hg/data/b.i 20 hg debugindex .hg/data/b.i
21 21
22 echo "this should show the rename information in the metadata" 22 echo "this should show the rename information in the metadata"
23 hg debugdata .hg/data/b.d 0 | head -n 3 | tail -n 2 23 hg debugdata .hg/data/b.d 0 | head -n 3 | tail -n 2
24 24
25 md5sum .hg/data/b.d 25 $TESTDIR/md5sum.py .hg/data/b.d
26 hg cat b > bsum 26 hg cat b > bsum
27 md5sum bsum 27 $TESTDIR/md5sum.py bsum
28 hg cat a > asum 28 hg cat a > asum
29 md5sum asum 29 $TESTDIR/md5sum.py asum
30 hg verify 30 hg verify