From 55e5ab272b218092b0d08c4f128ea02bfaa78e01 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Thu, 16 Feb 2017 09:52:14 +0100 Subject: [PATCH] tests: Fix python test regression from rofiles-fuse We need to delete the old file when copying over it. --- tests/org.test.Python.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/org.test.Python.json b/tests/org.test.Python.json index 64a97cac..b08879bc 100644 --- a/tests/org.test.Python.json +++ b/tests/org.test.Python.json @@ -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": [ {