##// END OF EJS Templates
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239)
Matt Mackall -
r21760:a7f5967f stable
parent child Browse files
Show More
@@ -227,7 +227,7 b' Aborting transaction prevents fncache ch'
227 > cmdtable = {}
227 > cmdtable = {}
228 >
228 >
229 > EOF
229 > EOF
230 $ rm "${extpath}c"
230 $ rm -f "${extpath}c"
231 $ touch z
231 $ touch z
232 $ hg ci -qAm z
232 $ hg ci -qAm z
233 transaction abort!
233 transaction abort!
General Comments 0
You need to be logged in to leave comments. Login now