jdk/test/tools/pack200/RepackTest.java
changeset 18594 b6a3c9f71ac8
parent 13249 9f4bd1ab7873
child 28255 ddb0157601ed
--- a/jdk/test/tools/pack200/RepackTest.java	Tue Jul 02 11:30:31 2013 +0200
+++ b/jdk/test/tools/pack200/RepackTest.java	Tue Jul 02 05:28:31 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2012, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -36,6 +36,7 @@
 
     public static void main(String... args) throws Exception {
         testRepack();
+        Utils.cleanup();
     }
 
     /*