summaryrefslogtreecommitdiff
path: root/tests/test-identify.t
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-identify.t')
-rw-r--r--tests/test-identify.t11
1 files changed, 2 insertions, 9 deletions
diff --git a/tests/test-identify.t b/tests/test-identify.t
index 823badb..c0432cc 100644
--- a/tests/test-identify.t
+++ b/tests/test-identify.t
@@ -1,6 +1,4 @@
- $ "$TESTDIR/hghave" serve || exit 80
-
-#if no-outer-repo
+ $ "$TESTDIR/hghave" no-outer-repo || exit 80
no repo
@@ -8,8 +6,6 @@ no repo
abort: there is no Mercurial repository here (.hg not found)
[255]
-#endif
-
create repo
$ hg init test
@@ -55,10 +51,8 @@ other local repo
$ cd ..
$ hg -R test id
cb9a9f314b8b+ tip
-#if no-outer-repo
$ hg id test
cb9a9f314b8b+ tip
-#endif
with remote http repo
@@ -117,8 +111,7 @@ Make sure we do not obscure unknown requires file entries (issue2649)
[255]
$ cd ..
-#if no-outer-repo
$ hg id test
abort: unknown repository format: requires features 'fake' (upgrade Mercurial)!
[255]
-#endif
+