diff tests/test-acl @ 4138:85237110c371

make test-acl a bit more digestable for windows
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Sun, 04 Mar 2007 14:04:42 -0300
parents 33b6c8193652
children
line wrap: on
line diff
--- a/tests/test-acl
+++ b/tests/test-acl
@@ -26,7 +26,7 @@ mkdir foo foo/Bar quux
 echo 'in foo' > foo/file.txt
 echo 'in foo/Bar' > foo/Bar/file.txt
 echo 'in quux' > quux/file.py
-hg add
+hg add -q
 hg ci -m 'add files' -d '1000000 0'
 echo >> foo/file.txt
 hg ci -m 'change foo/file' -d '1000001 0'