D11769: tests: Adapt test-basic.t expected output for rhg
SimonSapin
phabricator at mercurial-scm.org
Fri Nov 19 16:40:30 UTC 2021
SimonSapin created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D11769
AFFECTED FILES
tests/test-basic.t
CHANGE DETAILS
diff --git a/tests/test-basic.t b/tests/test-basic.t
--- a/tests/test-basic.t
+++ b/tests/test-basic.t
@@ -1,7 +1,3 @@
-TODO: fix rhg bugs that make this test fail when status is enabled
- $ unset RHG_STATUS
-
-
Create a repository:
#if no-extraextensions
@@ -13,6 +9,7 @@
format.exp-rc-dirstate-v2=1 (dirstate-v2 !)
largefiles.usercache=$TESTTMP/.cache/largefiles
lfs.usercache=$TESTTMP/.cache/lfs
+ rhg.status=1 (rhg !)
ui.slash=True
ui.interactive=False
ui.detailed-exit-code=True
@@ -44,7 +41,7 @@
A a
$ hg status >/dev/full
- abort: No space left on device
+ abort: No space left on device* (glob)
[255]
#endif
To: SimonSapin, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
More information about the Mercurial-devel
mailing list