libqb icon indicating copy to clipboard operation
libqb copied to clipboard

libqb test suite leaves empty directories in /dev/shm

Open chrissie-c opened this issue 3 years ago • 1 comments

The libqb test suite (resources.test) cleans out all the ringbuffer files left over by the deliberately failing ipc tests, but does not clean out the directories that contain them, cluttering up /dev/shm and using up inodes

resources.test should look at the parent directories of the leftover files and remove those too.

chrissie-c avatar Feb 23 '22 13:02 chrissie-c

pr #467 should clear these up

chrissie-c avatar Jun 15 '22 14:06 chrissie-c