> @@ -277,7 +277,6 @@ public void testUploadBigFile() throws Exception {
>  
>        try {
>           f = File.createTempFile("jclouds", "tmp");
> -         f.deleteOnExit();

Any reason not to delete this at all now? Or should that happen in a `finally`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/378/files#r13010682

Reply via email to