Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
24 lines
1.2 KiB
Diff
24 lines
1.2 KiB
Diff
diff -ru orig/t/sa_compile.t new/t/sa_compile.t
|
|
--- orig/t/sa_compile.t 2022-12-14 06:03:26.000000000 +0000
|
|
+++ new/t/sa_compile.t 2023-06-25 12:30:39.735577152 +0000
|
|
@@ -40,7 +40,7 @@
|
|
|
|
# we now have an "installed" version we can run sa-compile with. Ensure
|
|
# sarun() will use it appropriately
|
|
-$scr = "$instdir/$temp_binpath/spamassassin";
|
|
+$scr = "$perl_cmd -T $instdir/$temp_binpath/spamassassin";
|
|
$scr_localrules_args = $scr_cf_args = ""; # use the default rules dir, from our "install"
|
|
|
|
&set_rules('
|
|
@@ -86,8 +86,8 @@
|
|
# -------------------------------------------------------------------
|
|
|
|
rmtree( glob "~/.spamassassin/sa-compile.cache". { safe => 1 }); # reset test
|
|
-system_or_die "TMP=$instdir TMPDIR=$instdir $instdir/$temp_binpath/sa-compile --quiet -p $cwd/$workdir/user.cf --keep-tmps -D 2>$instdir/sa-compile.debug"; # --debug
|
|
-$scr = "$instdir/$temp_binpath/spamassassin";
|
|
+system_or_die "TMP=$instdir TMPDIR=$instdir $perl_cmd -T $instdir/$temp_binpath/sa-compile --quiet -p $cwd/$workdir/user.cf --keep-tmps -D 2>$instdir/sa-compile.debug"; # --debug
|
|
+$scr = "$perl_cmd -T $instdir/$temp_binpath/spamassassin";
|
|
$scr_localrules_args = $scr_cf_args = ""; # use the default rules dir, from our "install"
|
|
|
|
%patterns = (
|