tests/test-ssh
changeset 3853 c0b449154a90
parent 3684 975c2469c316
child 4291 35b2e02367a5
--- a/tests/test-ssh
+++ b/tests/test-ssh
@@ -28,7 +28,8 @@ echo "# creating 'remote'"
 hg init remote
 cd remote
 echo this > foo
-hg ci -A -m "init" -d "1000000 0" foo
+echo this > fooO
+hg ci -A -m "init" -d "1000000 0" foo fooO
 echo '[server]' > .hg/hgrc
 echo 'uncompressed = True' >> .hg/hgrc
 echo '[hooks]' >> .hg/hgrc