[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

named atomic test spams /tmp

From: Daniel Shahaf <danielsh_at_elego.de>
Date: Tue, 24 Apr 2012 17:04:18 +0300

named_atomic-test doesn't clean up its tempfiles:

% find /tmp -mtime -1
/tmp
% ../runctest subr named_atomic
...
% find /tmp -mtime -1
/tmp
/tmp/svn-uOqtyy
/tmp/svn-BXJBbj
/tmp/svn-JoeKO3
%

At a guess those are the three svn_io_file_del_none files from
init_test_shm(). Can someone ensure they're removed?

Thanks.
Received on 2012-04-24 16:04:58 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.