Skip to content
Snippets Groups Projects
Commit 726bd0b612a2 authored by Denis Laxalde's avatar Denis Laxalde
Browse files

tests: avoid chmod on windows in hgrc tests

Follow up on changeset d201a637c971 introducing this test, which fails
on Windows.
parent 2c70dd03b743
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,8 @@
$ 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]
......@@ -59,7 +60,8 @@
$ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment