containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

test: use correct `composefs-info` binary #291

Closed Kiskae closed 3 months ago

Kiskae commented 3 months ago

It was using composefs-info from the path, not the binary produced by the build.

realpath is required since the test changes the current directory, breaking the relative path it previously contained.