Error from sort

This commit is contained in:
Hieu Hoang 2012-08-10 11:18:19 +01:00
parent 654ed29209
commit 7757a3c56b

View File

@ -1304,7 +1304,7 @@ sub check_if_crashed {
'no such file or directory','unknown option',
'died at','exit code','permission denied',
'segmentation fault','abort',
'can\'t locate') {
'can\'t locate', 'unrecognized option') {
if (/$pattern/i) {
my $not_error = 0;
if (defined($NOT_ERROR{&defined_step_id($i)})) {