We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1fadac commit 7bc502fCopy full SHA for 7bc502f
t/run/todo.t
@@ -46,7 +46,7 @@ TODO: {
46
$h->truncate(6) or die $!;
47
print $x;
48
EOF
49
- is($?, 0, 'No assertion failure');
+ is($?, 0, 'perl exited normally');
50
51
is $results, 'hello ', "truncate returned the expected output";
52
unlike $results, qr/Bad file descriptor/, "truncate did not warn about bad file descriptors";
@@ -83,7 +83,7 @@ TODO: {
83
local $::TODO = 'GH 16971';
84
fresh_perl('split(/00|0\G/, "000")',
85
{ stderr => 'devnull' });
86
- is($?, 0, "No assertion failure");
+ is($?, 0, "No panic");
87
}
88
89
TODO: {
0 commit comments