# HG changeset patch # User Matt Mackall # Date 1403117234 18000 # Node ID a7f5967ff6449ef7cc901ddc35e822a18dcc339d # Parent bd3360c63bb3970222609e9baed998761d8e65aa tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239) diff -r bd3360c63bb3 -r a7f5967ff644 tests/test-fncache.t --- a/tests/test-fncache.t Mon Jun 16 13:30:46 2014 -0500 +++ b/tests/test-fncache.t Wed Jun 18 13:47:14 2014 -0500 @@ -227,7 +227,7 @@ > cmdtable = {} > > EOF - $ rm "${extpath}c" + $ rm -f "${extpath}c" $ touch z $ hg ci -qAm z transaction abort!