tests/test-extension.t
changeset 17014 50fbe9063ff2
parent 16853 7863ff383894
child 17227 7af38fe1f829
--- a/tests/test-extension.t	Wed Jun 20 12:30:16 2012 -0500
+++ b/tests/test-extension.t	Wed Jun 20 23:41:21 2012 +0200
@@ -1,7 +1,5 @@
 Test basic extension support
 
-  $ "$TESTDIR/hghave" no-outer-repo || exit 80
-
   $ cat > foobar.py <<EOF
   > import os
   > from mercurial import commands
@@ -132,6 +130,9 @@
 
   $ cd ..
 
+hide outer repo
+  $ hg init
+
   $ cat > empty.py <<EOF
   > '''empty cmdtable
   > '''