diff options
author | Tony Cook <tony@develop-help.com> | 2023-05-11 06:21:03 +0200 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2023-05-17 09:53:37 +1000 |
commit | 1515f807817872eac26fdb0ff7469e2b71ebc6b5 (patch) | |
tree | 3e79fd0734a62268eaa74c993780a22fdf45c9b4 /t/op | |
parent | 59b4d2932ceb16662879bca2a22315c3597276ae (diff) | |
download | perl-blead.tar.gz |
This was failing in smokes on AIX
Diffstat (limited to 't/op')
-rw-r--r-- | t/op/sprintf2.t | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/t/op/sprintf2.t b/t/op/sprintf2.t index 53f410c8b7..f8dd302e80 100644 --- a/t/op/sprintf2.t +++ b/t/op/sprintf2.t @@ -1191,6 +1191,8 @@ if($Config{nvsize} == 8) { or $^O eq 'hpux' or + $^O eq 'aix' + or ($^O eq 'MSWin32' and $Config{cc} eq 'cl' and $Config{ccversion} =~ /^(\d+)/ and |