https://issues.dlang.org/show_bug.cgi?id=16568
Issue ID: 16568
Summary: unittesting floods /tmp/ with files of the form
.dmd-run-test.0V0KUY
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dmd
Assignee: [email protected]
Reporter: [email protected]
Just took a look at my /tmp/ directory, saw a bunch of these things. They
should be under a single subdir /tmp/.dmd-run-test/. It would also be nice to
have a VERY SIMPLE mechanism to delete old runs (e.g. a day or more).
--