comparison 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
comparison
equal deleted inserted replaced
13079:f3a2bb1e4255 13080:bdb73eede5fb
37 > mkfifo a 37 > mkfifo a
38 > hg clone a b 38 > hg clone a b
39 > rm a 39 > rm a
40 > else 40 > else
41 > echo "abort: repository a not found!" 41 > echo "abort: repository a not found!"
42 > echo 255
43 > fi 42 > fi
44 abort: repository a not found! 43 abort: repository a not found!
45 44
46 Default destination, same directory 45 Default destination, same directory
47 46