blob: 060b60690d07ca39a0fbb30298da3bac595d2cfb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- sbin/rt-test-dependencies.in.orig 2020-10-08 10:56:59 UTC
+++ 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 "$dir/../RT_ETC_DIR/cpanfile";
die "Failed to load cpanfile: @{[$@ || $!]}" if not defined $ret and ($@ or $!);
return %deps;
|