##// END OF EJS Templates
tests: avoid chmod on windows in hgrc tests...
Denis Laxalde -
r43573:726bd0b6 default
parent child Browse files
Show More
@@ -56,10 +56,12 b' Check %include'
56 $ echo '%include $TESTTMP/included' >> $HGRC
56 $ echo '%include $TESTTMP/included' >> $HGRC
57 $ hg showconfig section
57 $ hg showconfig section
58 section.option=value
58 section.option=value
59 #if no-windows
59 $ chmod u-r $TESTTMP/included
60 $ chmod u-r $TESTTMP/included
60 $ hg showconfig section
61 $ hg showconfig section
61 hg: parse error at $TESTTMP/hgrc:2: cannot include $TESTTMP/included (Permission denied)
62 hg: parse error at $TESTTMP/hgrc:2: cannot include $TESTTMP/included (Permission denied)
62 [255]
63 [255]
64 #endif
63
65
64 issue1829: wrong indentation
66 issue1829: wrong indentation
65
67
General Comments 0
You need to be logged in to leave comments. Login now