$NetBSD: patch-al,v 1.1 2002/11/12 11:17:17 skrll Exp $

--- tool/mauve/java/gnu/testlet/wonka/lang/ClassLoader/AcuniaClassLoaderTest.java.orig	Tue Sep  3 10:07:06 2002
+++ tool/mauve/java/gnu/testlet/wonka/lang/ClassLoader/AcuniaClassLoaderTest.java
@@ -70,7 +70,7 @@ public class AcuniaClassLoaderTest imple
       hm = new HashMap();
       th.debug("start seting up ClassLoaderTest");
       try {
-        JarFile jf = new JarFile("/test/CLTest.jar");
+        JarFile jf = new JarFile("@PREFIX@/test/CLTest.jar");
         Enumeration e = jf.entries();
         while (e.hasMoreElements()){
         	JarEntry je = (JarEntry) e.nextElement();
