This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
t/op/caller.t: add a TODO test for RT #129239
[perl5.git] / t / win32 / system.t
index a6a94cb..939a02d 100644 (file)
@@ -151,7 +151,7 @@ while (<$T>) {
            note "want: $expect";
            note "got : $_";
        }
-       ok($expect eq $_);
+       ok($expect eq $_, $comment // '');
     }
 }
 close $T;