tests/test-init
changeset 3713 8ae88ed2a3b6
parent 3034 3acb76f0124d
child 4166 c0271aba6abe
--- a/tests/test-init
+++ b/tests/test-init
@@ -56,6 +56,6 @@ echo "# check names for repositories (cl
 for i in bundle file hg http https old-http ssh static-http " " "with space"; do
   echo "# hg init \"$i\""
   hg init "$i"
-  test -d "$i" -a -d "$i/.hg" -a -d "$i/.hg/data" && echo "ok" || echo "failed"
+  test -d "$i" -a -d "$i/.hg" && echo "ok" || echo "failed"
 done