aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/testing/ktest/ktest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl
index 62a134dc421a..00c75c44c2cf 100755
--- a/tools/testing/ktest/ktest.pl
+++ b/tools/testing/ktest/ktest.pl
@@ -2601,7 +2601,7 @@ sub config_bisect {
2601 # read directly what we want to check 2601 # read directly what we want to check
2602 my %config_check; 2602 my %config_check;
2603 open (IN, $output_config) 2603 open (IN, $output_config)
2604 or dodie "faied to open $output_config"; 2604 or dodie "failed to open $output_config";
2605 2605
2606 while (<IN>) { 2606 while (<IN>) {
2607 if (/^((CONFIG\S*)=.*)/) { 2607 if (/^((CONFIG\S*)=.*)/) {