diff --git a/tests/bin/runjava b/tests/bin/runjava index 4a8b9f827..07c4fd0b5 100755 --- a/tests/bin/runjava +++ b/tests/bin/runjava @@ -72,7 +72,7 @@ foreach $dir (@dirs) { $classpath = "$classpath:$jlib"; # specify our server root (this is for server code) -my $rootarg = "-Dapplication.root=$realroot"; +my $rootarg = "-Dapplication.root=$realroot -Dtest_dir=$realroot"; my $pid_file = undef; my $i = 0;