On Tuesday, November 20, 2018 at 2:07:35 PM UTC+1, Harald Seiler wrote:
> How will we test that?

The final tar could be checked agains the rootfs tree generated
during the build using:

        tar --compare --file=archive-file.tar -C /some/where/

I am not sure if this is worth it though, as this will always work
unless tar itself made a mistake ... I think the recipe is trivial
enough that this check can be omitted.


I wonder if Jan was instead asking how would be have this feature tested? possibly from a CI perspective?