mirror of
https://github.com/clearlinux/swupd-client.git
synced 2026-09-08 06:31:50 +00:00
Fullfile deltas were only being applied to the root filesystem, since the prefix was a compile-time constant string (STAGING_SUBVOL) set to "/" by default. Instead, use path_prefix for the prefix so that the deltas can be applied when specifying --path on the command line. This also enables writing a functional test for the delta application, added in this commit. Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>