Skip to content

Commit

Permalink
Merge edd0d05 into 9b56997
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Sep 1, 2021
2 parents 9b56997 + edd0d05 commit 43b4789
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions t/op/taint.t
Expand Up @@ -12,6 +12,14 @@ BEGIN {
require './test.pl';
set_up_inc('../lib');
require './loc_tools.pl';
use Config;
skip_all("perl built with SILENT_NO_TAINT_SUPPORT") if (
$Config{ccflags} =~ m/-DSILENT_NO_TAINT_SUPPORT/
or
$Config{cppflags} =~ m/-DSILENT_NO_TAINT_SUPPORT/
or
$Config{ccflags_nolargefiles} =~ m/-DSILENT_NO_TAINT_SUPPORT/
);
}

use strict;
Expand Down

0 comments on commit 43b4789

Please sign in to comment.