$OpenBSD: patch-sbin_rt-test-dependencies_in,v 1.6 2021/01/18 13:52:23 robert Exp $

Index: sbin/rt-test-dependencies.in
--- sbin/rt-test-dependencies.in.orig
+++ sbin/rt-test-dependencies.in
@@ -237,7 +237,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;
