mirror of
https://github.com/flatpak/flatpak.git
synced 2026-04-07 00:26:56 -04:00
For updates in remotes with a local (file:) uri we just do a deploy with a LOCAL_PULL flag set and an empty arg_repo_path. However, our arg_repo_path checking at some point seemed to stop properly handling the case where it is empty. I got it to report "No such file" wich broke the tests. (cherry picked from commit49e8bfcea5) (cherry picked from commitc8b9069ab1) Fixes: #4339