binkley / shell

Helpful shell scripts and programs
Other
12 stars 1 forks source link

`run-tests` leaves multiple tmpdirs behind #8

Closed binkley closed 7 years ago

binkley commented 7 years ago

The EXIT trap is only removing the most recently created tmpdir. Need to use an array of tmpdirs, rather than a single one.