Skip to content

Commit

Permalink
Merge edd0d05 into 158b05f
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jul 6, 2021
2 parents 158b05f + edd0d05 commit 5233fe8
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 5233fe8

Please sign in to comment.