tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239)

This commit is contained in:
Matt Mackall 2014-06-18 13:47:14 -05:00
parent 0257c423ac
commit c430c94f72

View File

@ -227,7 +227,7 @@ Aborting transaction prevents fncache change
> cmdtable = {}
>
> EOF
$ rm "${extpath}c"
$ rm -f "${extpath}c"
$ touch z
$ hg ci -qAm z
transaction abort!