From 39815115d3584720e0b1f9dd6d6ffb28db9742bb Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Thu, 8 Nov 2001 02:21:03 +0000 Subject: [PATCH] Test stuff comes first in the classpath, then narya stuff, then standard libraries. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@601 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- tests/bin/runjava | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bin/runjava b/tests/bin/runjava index 9388fc739..0071d3963 100755 --- a/tests/bin/runjava +++ b/tests/bin/runjava @@ -54,7 +54,7 @@ if (defined $libpath) { } # put everything in our class path -my $classpath = "-classpath $jlib:$root/dist/classes:$root/tests/dist/classes"; +my $classpath = "-classpath $root/tests/dist/classes:$root/dist/classes:$jlib"; # any zip or jar files in our lib/ directory get added to the class path if (opendir(DIR, "$root/lib")) {