mirror of
https://github.com/flatpak/flatpak.git
synced 2026-03-12 20:20:05 -04:00
tests: Fix python test regression from rofiles-fuse
We need to delete the old file when copying over it.
This commit is contained in:
@@ -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": [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user