mirror of
https://github.com/containers/podman.git
synced 2026-08-04 11:23:30 -04:00
This fixes an issue where multiple paths separated by a colon were treated as a single path, contrary to what docs say and unlike how mask option works. Test was updated with a case that fails without this commit. Signed-off-by: Šimon Škoda <ver4a@uncontrol.me>