From: Bart Van Assche Date: Fri, 6 Nov 2009 08:59:34 +0000 (+0000) Subject: Automatically clean up temporary files. X-Git-Tag: svn/VALGRIND_3_6_0~481 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faa8dbab15985a30a1a1bf655aaefb67bd109a91;p=thirdparty%2Fvalgrind.git Automatically clean up temporary files. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10931 --- diff --git a/nightly/conf/cellbuzz-native.conf b/nightly/conf/cellbuzz-native.conf index 2d5fcee1bf..8b219da9ab 100644 --- a/nightly/conf/cellbuzz-native.conf +++ b/nightly/conf/cellbuzz-native.conf @@ -20,4 +20,5 @@ cellbuzz_eval() { sleep 10 done cat cmd-output.txt + rm -f STDIN.* }