tests/test-keyword
branch0.9.2compat
changeset 984 a4ea5c2d3ff3
parent 707 e5feed5534d7
--- a/tests/test-keyword	Tue Mar 30 11:12:09 2010 +0100
+++ b/tests/test-keyword	Wed Sep 14 16:19:33 2011 +0100
@@ -107,11 +107,14 @@
 echo % cat
 cat a b
 
-echo % check whether expansion is filewise
+echo % check whether expansion is filewise and filemode is preserved
 echo '$Id$' > c
 echo 'tests for different changenodes' >> c
+chmod 600 c
+ls -l c | cut -b 1-10
 echo % commit c
 hg commit -A -mcndiff -d '1 0' -u 'User Name <user@example.com>'
+ls -l c | cut -b 1-10
 echo % force expansion
 hg -v kwexpand
 echo % compare changenodes in a c