tests/test-hgrc.t
changeset 43279 726bd0b612a2
parent 43276 d201a637c971
child 43925 6b6872822b32
--- a/tests/test-hgrc.t	Thu Oct 17 13:34:21 2019 +0200
+++ b/tests/test-hgrc.t	Thu Oct 17 21:37:21 2019 +0200
@@ -56,10 +56,12 @@
   $ echo '%include $TESTTMP/included' >> $HGRC
   $ hg showconfig section
   section.option=value
+#if no-windows
   $ chmod u-r $TESTTMP/included
   $ hg showconfig section
   hg: parse error at $TESTTMP/hgrc:2: cannot include $TESTTMP/included (Permission denied)
   [255]
+#endif
 
 issue1829: wrong indentation