Mercurial > hg
comparison tests/test-fncache.t @ 21760:a7f5967ff644 stable
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Wed, 18 Jun 2014 13:47:14 -0500 |
parents | cd443c7589cc |
children | cd86a6707159 |
comparison
equal
deleted
inserted
replaced
21759:bd3360c63bb3 | 21760:a7f5967ff644 |
---|---|
225 > wrapfunction(transaction.transaction, 'close', wrapper) | 225 > wrapfunction(transaction.transaction, 'close', wrapper) |
226 > | 226 > |
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! |
234 rollback completed | 234 rollback completed |
235 abort: forced transaction failure | 235 abort: forced transaction failure |