la10736 / temp_testdir

Simple temp dir manager for testing
Apache License 2.0
2 stars 3 forks source link

Fix creation of dangling drectory without nummeric suffix #2

Closed FlashSystems closed 5 years ago

FlashSystems commented 5 years ago

create_root creates the leaf directory without a nummeric suffix. This directory does not get cleaned up. This change calls create_root with the parent directory of the temporary directories. If there is no parent directory the call is skiped. This prevents a dangling directory from being created.