tests: Fix python test regression from rofiles-fuse

We need to delete the old file when copying over it.
tingping/wmclass
Alexander Larsson 2017-02-16 09:52:14 +01:00
parent 05676536a8
commit 55e5ab272b
1 changed files with 1 additions and 1 deletions

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": [
{