Index: source/lib/file/archive/tests/test_archive_zip.h =================================================================== --- source/lib/file/archive/tests/test_archive_zip.h +++ source/lib/file/archive/tests/test_archive_zip.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2020 Wildfire Games. +/* Copyright (C) 2021 Wildfire Games. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the @@ -90,6 +90,7 @@ TS_ASSERT_EQUALS(INFO::OK, testee->ReadEntries(TestArchiveZip::ArchiveEntryCallback, 0)); TS_ASSERT_EQUALS("buildzipwithcomment.sh", g_ResultBuffer); + wunlink(testPath); } private: