Corrected TCbin definition.
diff --git a/runtest/admin_tools b/runtest/admin_tools
index 2720189..aed92b2 100755
--- a/runtest/admin_tools
+++ b/runtest/admin_tools
@@ -1,4 +1,4 @@
-su01 export TCbin=$LTPROOT/../testcases/bin;su01
+su01 export TCbin=$LTPROOT/testcases/bin;su01
 cron01 cron01
 cron02 cron02
 cron_deny01 cron_deny01
@@ -6,4 +6,4 @@
 cron_dirs_checks01 cron_dirs_checks01
 at_deny01 at_deny01
 at_allow01 at_allow01
-acl_test01 export TCbin=$LTPROOT/../testcases/bin;acl_test01
+acl_test01 export TCbin=$LTPROOT/testcases/bin;acl_test01