13 lines
360 B
Text
13 lines
360 B
Text
Index: t/sa_compile.t
|
|
--- t/sa_compile.t.orig
|
|
+++ t/sa_compile.t
|
|
@@ -10,8 +10,7 @@ use SATest; sa_t_init("sa_compile");
|
|
|
|
use Config;
|
|
|
|
-my $temp_binpath = $Config{sitebinexp};
|
|
-$temp_binpath =~ s|^\Q$Config{siteprefixexp}\E/||;
|
|
+my $temp_binpath = "bin";
|
|
|
|
use Test::More;
|
|
plan skip_all => "Long running tests disabled" unless conf_bool('run_long_tests');
|