2022-12-24 17:15:58 +00:00
|
|
|
Index: Mail-SpamAssassin-4.0.0/t/basic_lint_without_sandbox.t
|
|
|
|
===================================================================
|
|
|
|
--- Mail-SpamAssassin-4.0.0.orig/t/basic_lint_without_sandbox.t
|
|
|
|
+++ Mail-SpamAssassin-4.0.0/t/basic_lint_without_sandbox.t
|
|
|
|
@@ -23,7 +23,7 @@ my $sandboxfile = "$localrules/70_sandbo
|
2020-12-20 13:58:15 +00:00
|
|
|
# so we can use that to tell if this is the case
|
|
|
|
SKIP: {
|
|
|
|
skip( "Not on a sandbox", 2 ) unless -f $scoresfile;
|
|
|
|
- ok -f $sandboxfile;
|
|
|
|
+ skip( "Not on a sandbox", 2 ) unless -f $sandboxfile;
|
|
|
|
unlink $sandboxfile;
|
|
|
|
ok !-f $sandboxfile;
|
|
|
|
}
|