minor test suite update to look for linker warnings in a more generic way

This commit is contained in:
Michael Rash
2012-01-02 15:25:35 -05:00
parent 1bd2592d15
commit 6f6a9d727d
+1 -1
View File
@@ -1447,7 +1447,7 @@ sub compile_warnings() {
### look for compilation warnings - something like:
### warning: test is used uninitialized in this function
return 0 if &file_find_regex([qr/\swarning:\s/, qr/gcc\:.*input\sfile/], $current_test_file);
return 0 if &file_find_regex([qr/\swarning:\s/, qr/gcc\:.*\sunused/], $current_test_file);
### the new binaries should exist
unless (-e $fwknopCmd and -x $fwknopCmd) {