diff options
| -rwxr-xr-x | tools/testing/ktest/ktest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 6c68259e730d..cef28e6632b9 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
| @@ -1480,7 +1480,7 @@ sub process_config_ignore { | |||
| 1480 | or dodie "Failed to read $config"; | 1480 | or dodie "Failed to read $config"; |
| 1481 | 1481 | ||
| 1482 | while (<IN>) { | 1482 | while (<IN>) { |
| 1483 | if (/^(.*?(CONFIG\S*)(=.*| is not set))/) { | 1483 | if (/^((CONFIG\S*)=.*)/) { |
| 1484 | $config_ignore{$2} = $1; | 1484 | $config_ignore{$2} = $1; |
| 1485 | } | 1485 | } |
| 1486 | } | 1486 | } |
