changeset 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 bd3360c63bb3
children b2dc026a9bd2
files tests/test-fncache.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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!