diff 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
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!