p4raw-id: //depot/perl@1948
warner(WARN_CLOSED,
"glob failed (child exited with status %d%s)",
STATUS_CURRENT >> 8,
- (STATUS_CURRENT & 0xFF) ? ", core dumped" : "");
+ (STATUS_CURRENT & 0x80) ? ", core dumped" : "");
}
}
if (gimme == G_SCALAR) {
#!./perl
-print "1..27\n";
+print "1..28\n";
eval 'print "ok 1\n";';