diff options
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/t/xs.t')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/t/xs.t | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/ExtUtils-MakeMaker/t/xs.t b/cpan/ExtUtils-MakeMaker/t/xs.t index 5cb17c2fed..3f9a4df4ba 100644 --- a/cpan/ExtUtils-MakeMaker/t/xs.t +++ b/cpan/ExtUtils-MakeMaker/t/xs.t @@ -50,9 +50,9 @@ cmp_ok( $?, '==', 0, 'Makefile.PL exited with zero' ) || my $make = make_run(); my $make_out = run("$make"); -is( $?, 0, ' make exited normally' ) || +is( $?, 0, ' make exited normally' ) || diag $make_out; my $test_out = run("$make test"); -is( $?, 0, ' make test exited normally' ) || +is( $?, 0, ' make test exited normally' ) || diag $test_out; |