changeset 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 26596a6b6518
children efe6f92c0847
files tests/test-acl tests/test-acl.out
diffstat 2 files changed, 1 insertions(+), 4 deletions(-) [+]
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'
--- a/tests/test-acl.out
+++ b/tests/test-acl.out
@@ -1,6 +1,3 @@
-adding foo/Bar/file.txt
-adding foo/file.txt
-adding quux/file.py
 3:911600dab2ae
 requesting all changes
 adding changesets