diff tests/test-clone-failure.t @ 13080:bdb73eede5fb

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.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 01 Dec 2010 19:20:16 +0100
parents 5d3c28a339cb
children ffb5c09ba822
line wrap: on
line diff
--- a/tests/test-clone-failure.t	Sat Dec 04 14:44:05 2010 +0100
+++ b/tests/test-clone-failure.t	Wed Dec 01 19:20:16 2010 +0100
@@ -39,7 +39,6 @@
   >     rm a
   > else
   >     echo "abort: repository a not found!"
-  >     echo 255
   > fi
   abort: repository a not found!