[PATCH 01 of 10] test-clone-failure.t: fix unification oversight

Dan Villiom Podlaski Christiansen danchr at gmail.com
Wed Dec 1 15:34:54 CST 2010


# HG changeset patch
# User Dan Villiom Podlaski Christiansen <danchr at gmail.com>
# Date 1291227616 -3600
# Node ID 446c177fbf75f7134eec7671998fd112fbe90bed
# Parent  f553024f183285fe84c89b8aed227f5d0457cfac
test-clone-failure.t: fix unification oversight

Prior to unification, the test contained an 'echo $?' line. This line
was removed during unification, but the 'echo 255' line that faked it
when FIFO support is absent was not.

diff --git a/tests/test-clone-failure.t b/tests/test-clone-failure.t
--- a/tests/test-clone-failure.t
+++ b/tests/test-clone-failure.t
@@ -39,7 +39,6 @@ Source of wrong type
   >     rm a
   > else
   >     echo "abort: repository a not found!"
-  >     echo 255
   > fi
   abort: repository a not found!
 


More information about the Mercurial-devel mailing list