[PATCH 2 of 2] test-lfconvert.t: use sha1sum.py

Christian Ebert blacktrash at gmx.net
Sun Oct 30 14:08:25 CDT 2011


# HG changeset patch
# User Christian Ebert <blacktrash at gmx.net>
# Date 1320001556 -3600
# Branch stable
# Node ID d5352d0c4be5a8726cb38a3eb5a71070bdb365fa
# Parent  96211cffd4d151f9c1fb34d38bb67eba5b92b944
test-lfconvert.t: use sha1sum.py

diff --git a/tests/test-lfconvert.t b/tests/test-lfconvert.t
--- a/tests/test-lfconvert.t
+++ b/tests/test-lfconvert.t
@@ -48,7 +48,7 @@
   normal
   $ cat sub/normal2
   alsonormal
-  $ sha1sum large sub/maybelarge.dat
+  $ $TESTDIR/sha1sum.py large sub/maybelarge.dat
   2e000fa7e85759c7f4c254d4d9c33ef481e459a7  large
   34e163be8e43c5631d8b92e9c43ab0bf0fa62b9c  sub/maybelarge.dat
 
@@ -74,7 +74,7 @@
   $ echo blah >> normal3
   $ echo blah >> sub/normal2
   $ echo blah >> sub/maybelarge.dat
-  $ sha1sum sub/maybelarge.dat
+  $ $TESTDIR/sha1sum.py sub/maybelarge.dat
   76236b6a2c6102826c61af4297dd738fb3b1de38  sub/maybelarge.dat
   $ hg commit -A -m"add normal3, modify sub/*"
   adding normal3
@@ -151,7 +151,7 @@
   $ cat stuff/normal2
   alsonormal
   blah
-  $ sha1sum stuff/maybelarge.dat
+  $ $TESTDIR/sha1sum.py stuff/maybelarge.dat
   76236b6a2c6102826c61af4297dd738fb3b1de38  stuff/maybelarge.dat
   $ cat .hglf/stuff/maybelarge.dat
   76236b6a2c6102826c61af4297dd738fb3b1de38


More information about the Mercurial-devel mailing list