comparison tests/test-journal-exists.t @ 12327:92e30e135581

tests: exit 0 no longer needed on unified tests
author Matt Mackall <mpm@selenic.com>
date Fri, 17 Sep 2010 17:03:04 -0500
parents 4134686b83e1
children 02990e22150b
comparison
equal deleted inserted replaced
12326:9d932e8e9546 12327:92e30e135581
30 abort: Permission denied: .* 30 abort: Permission denied: .*
31 [255] 31 [255]
32 32
33 $ if test -f foo/.hg/store/journal; then echo 'journal exists :-('; fi 33 $ if test -f foo/.hg/store/journal; then echo 'journal exists :-('; fi
34 34
35 $ exit 0
36