Skip to content

Commit

Permalink
Merge edd0d05 into 9085b4e
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Jun 2, 2021
2 parents 9085b4e + edd0d05 commit 3e6aace
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 3e6aace

Please sign in to comment.