tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239) stable
authorMatt Mackall <mpm@selenic.com>
Wed, 18 Jun 2014 13:47:14 -0500
branchstable
changeset 21760 a7f5967ff644
parent 21759 bd3360c63bb3
child 21761 b2dc026a9bd2
tests: ignore missing file with PYTHONDONTWRITEBYTECODE (issue4239)
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!