Index: sbin/rt-test-dependencies.in
--- sbin/rt-test-dependencies.in.orig
+++ sbin/rt-test-dependencies.in
@@ -236,7 +236,7 @@ sub read_deps {
     };
 
     my ($vol, $dir, $path) = File::Spec->splitpath( $script_path );
-    my $ret = do "$dir/../etc/cpanfile";
+    my $ret = do "/etc/rt/cpanfile";
     die "Failed to load cpanfile: @{[$@ || $!]}" if not defined $ret and ($@ or $!);
 
     return %deps;
