Skip to content

tests: Use gcab_test_get_filename to construct test path

jhol requested to merge jhol/gcab:fix-tests into master

Previously, the gcab_test_cabinet_error_no_folders_func test assumed that it could write to /tmp/foo.cab . However, on non-UNIX systems e.g. Windows, this is not possible. This patch corrects the issue by using gcab_test_get_filename to construct a test file path.

Signed-off-by: Joel Holdsworth jholdsworth@nvidia.com

Merge request reports