8205681: [TEST_BUG] vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java fails with exit code 98

Reviewed-by: sspitsyn, cjplummer, dholmes
diff --git a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash
index 08b37cc..6f59032 100644
--- a/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash
+++ b/test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash
@@ -23,7 +23,7 @@
 JAVA="$TESTJAVA/bin/java"
 JAVA_OPTS="$TESTJAVAOPTS $TESTVMOPTS -cp $TESTCLASSPATH -agentlib:alloc001"
 
-. ${TESTSRC}/../../../../../../../../../open/test/hotspot/jtreg/test_env.sh
+. ${TESTSRC}/../../../../../test_env.sh
 
 # Set virtual memory usage limit to be not 'unlimited' on unix platforms
 # This is workaround for 6683371.