Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[test suite] minor seg fault test message update
  • Loading branch information
mrash committed Aug 5, 2013
1 parent 131c643 commit 5fa93c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test-fwknop.pl
Expand Up @@ -540,7 +540,7 @@

{
'category' => 'Look for crashes',
'detail' => 'checking for segfaults (1)',
'detail' => 'checking for segfault/core dump messages (1)',
'function' => \&look_for_crashes,
'fatal' => $NO
},
Expand All @@ -552,7 +552,7 @@

{
'category' => 'Look for crashes',
'detail' => 'checking for segfaults (2)',
'detail' => 'checking for segfault/core dump messages (1)',
'function' => \&look_for_crashes,
'fatal' => $NO
}
Expand Down Expand Up @@ -1086,7 +1086,7 @@ ()
if (&file_find_regex([qr/segmentation\sfault/i, qr/core\sdumped/i],
$MATCH_ANY, $NO_APPEND_RESULTS, $f)) {
&write_test_file("[-] segfault or core dump message found in: $f\n",
&write_test_file("[-] segmentation fault or core dump message found in: $f\n",
$curr_test_file);
$rv = 0;
}
Expand Down

0 comments on commit 5fa93c6

Please sign in to comment.