tests: exit 0 no longer needed on unified tests

This commit is contained in:
Matt Mackall 2010-09-17 17:03:04 -05:00
parent 04833e5383
commit bf9417da11
23 changed files with 0 additions and 45 deletions

View File

@ -31,5 +31,3 @@ called and .hg/journal.dirstate will not be deleted:
rollback completed
abort: no commits allowed
[255]
$ exit 0

View File

@ -198,5 +198,3 @@ invalid arguments
use "hg -v help rt" to show global options
[255]
$ exit 0

View File

@ -233,5 +233,3 @@ old file -- date clamped to 1980
0 1980-01-01 00:00 old/old
--------- -------
147 2 files
$ exit 0

View File

@ -80,5 +80,3 @@ attack /tmp/test
$ hg update -Cr4
abort: No such file or directory: .*/test-audit-path.t/target//tmp/test
[255]
$ exit 0

View File

@ -259,5 +259,3 @@ on branch1, so no file1 and file2:
$ hg st -A
C default
C file1
$ exit 0

View File

@ -45,5 +45,3 @@ Mark the conflict as resolved and commit
$ hg resolve -m A
$ hg commit -m "Merged"
$ exit 0

View File

@ -265,6 +265,3 @@ test commit message content
HG: removed removed
abort: empty commit message
[255]
$ cd ..
$ exit 0

View File

@ -100,5 +100,3 @@ but it's considered modified after a copy --after --force
$ hg st -AC foo
M foo
bar
$ exit 0

View File

@ -247,5 +247,3 @@ Show all commands + options
unbundle: update
verify:
version:
$ exit 0

View File

@ -64,5 +64,3 @@ No repo:
abort: There is no Mercurial repository here (.hg not found)!
[255]
$ exit 0

View File

@ -105,5 +105,3 @@ Compare repos:
no changes found
[1]
$ exit 0

View File

@ -318,6 +318,3 @@ Broken disabled extension and command:
$ hg --config extensions.path=./path.py help foo > /dev/null
hg: unknown command 'foo'
[255]
$ exit 0

View File

@ -479,4 +479,3 @@
cb9a9f314b8b
1 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ exit 0

View File

@ -57,5 +57,3 @@ Should fail - would corrupt dirstate:
abort: directory 'b' already in dirstate
[255]
$ exit 0

View File

@ -32,5 +32,3 @@ Check that zero-size journals are correctly aborted:
$ if test -f foo/.hg/store/journal; then echo 'journal exists :-('; fi
$ exit 0

View File

@ -1020,5 +1020,3 @@ log -p -R repo
date: Thu Jan 01 00:00:00 1970 +0000
summary: add foo, related
$ exit 0

View File

@ -11,4 +11,3 @@ test that 'hg commit' does not crash if the user removes a newly added file
removing b
nothing changed
[1]
$ exit 0

View File

@ -115,5 +115,3 @@ debugsub output for main and sub1
path sub2
source ../sub2
revision 53dd3430bcaf5ab4a7c48262bcad6d441f510487
$ exit 0

View File

@ -30,5 +30,3 @@ test bad subpaths pattern
$ hg debugsub
abort: bad subrepository pattern in .*/test-subrepo-paths.t/outer/.hg/hgrc:2: invalid group reference
[255]
$ exit 0

View File

@ -67,5 +67,3 @@ subrepo debug for 'main' clone
revision 863c1745b441bd97a8c4a096e87793073f4fb215
$ "$TESTDIR/killdaemons.py"
$ exit 0

View File

@ -584,5 +584,3 @@ issue 1977
$ hg -R repo update
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ rm -rf repo2 repo
$ exit 0

View File

@ -368,4 +368,3 @@ to remove a tag of type X which actually only exists as a type Y:
tip 1:a0b6fe111088
localtag 0:bbd179dfa0a7 local
globaltag 0:bbd179dfa0a7
$ exit 0

View File

@ -99,5 +99,3 @@ test revlog format 0
crosschecking files in changesets and manifests
checking files
1 files, 1 changesets, 1 total revisions
$ exit 0