# HG changeset patch # User Matt Mackall # Date 2014-06-18 18:47:14 # Node ID a7f5967ff6449ef7cc901ddc35e822a18dcc339d # Parent bd3360c63bb3970222609e9baed998761d8e65aa tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239) diff --git a/tests/test-fncache.t b/tests/test-fncache.t --- a/tests/test-fncache.t +++ b/tests/test-fncache.t @@ -227,7 +227,7 @@ Aborting transaction prevents fncache ch > cmdtable = {} > > EOF - $ rm "${extpath}c" + $ rm -f "${extpath}c" $ touch z $ hg ci -qAm z transaction abort!