tests: Fix python test regression from rofiles-fuse

We need to delete the old file when copying over it.
This commit is contained in:
Alexander Larsson
2017-02-16 09:52:14 +01:00
parent 05676536a8
commit 55e5ab272b

View File

@@ -32,7 +32,7 @@
{
"name": "modify-python",
"post-install": [
"cp importme2.py /app/bin/importme.py"
"cp --remove-destination importme2.py /app/bin/importme.py"
],
"sources": [
{