Skip to content

Commit f11005c

Browse files
committed
Make tests pass when PERL_USE_UNSAFE_INC=0
1 parent ac0706f commit f11005c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Changes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
Revision history for Test-Harness
22

3+
- Make tests pass when PERL_USE_UNSAFE_INC=0
4+
35
3.38 13-03-2017
46
- Released 3.37_01 without changes
57

t/nofork-mux.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ use strict;
88
use warnings;
99

1010
use NoFork;
11-
require('t/multiplexer.t');
11+
require('./t/multiplexer.t');

0 commit comments

Comments
 (0)