diff tests/test-acl @ 10119:bb5ea66789e3

tests: load with "ext =" instead of "hgext.ext ="
author Martin Geisler <mg@lazybytes.net>
date Wed, 23 Dec 2009 18:13:15 +0100
parents 0d488f7f321d
children 08681cb66231
line wrap: on
line diff
--- a/tests/test-acl	Wed Dec 23 18:04:57 2009 +0100
+++ b/tests/test-acl	Wed Dec 23 18:13:15 2009 +0100
@@ -44,7 +44,7 @@
 hg clone -r 0 a b
 
 echo '[extensions]' >> $HGRCPATH
-echo 'hgext.acl =' >> $HGRCPATH
+echo 'acl =' >> $HGRCPATH
 
 config=b/.hg/hgrc