diff options
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 0d1080548ea..a7a74f015ef 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -1735,9 +1735,9 @@ for (my $i = 1; $i <= $opt{"NUM_TESTS"}; $i++) { | |||
1735 | $minconfig = $addconfig; | 1735 | $minconfig = $addconfig; |
1736 | 1736 | ||
1737 | } elsif (defined($addconfig)) { | 1737 | } elsif (defined($addconfig)) { |
1738 | run_command "cat $addconfig $minconfig > $tmpdir/use_config" or | 1738 | run_command "cat $addconfig $minconfig > $tmpdir/add_config" or |
1739 | dodie "Failed to create temp config"; | 1739 | dodie "Failed to create temp config"; |
1740 | $minconfig = "$tmpdir/use_config"; | 1740 | $minconfig = "$tmpdir/add_config"; |
1741 | } | 1741 | } |
1742 | 1742 | ||
1743 | my $checkout = $opt{"CHECKOUT[$i]"}; | 1743 | my $checkout = $opt{"CHECKOUT[$i]"}; |