diff options
author | Steven Rostedt <srostedt@redhat.com> | 2012-07-19 15:12:25 -0400 |
---|---|---|
committer | Steven Rostedt <rostedt@goodmis.org> | 2012-07-19 15:17:23 -0400 |
commit | 958d8435c257f93123dec83647130457816a23e6 (patch) | |
tree | 37b1ab65daf4787e45474f5dc645d97db1ac1852 /tools/testing | |
parent | 84a1caf1453c3d44050bd22db958af4a7f99315c (diff) |
ktest: Remove commented exit
A debug 'exit' was left in ktest.pl. Remove it.
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'tools/testing')
-rwxr-xr-x | tools/testing/ktest/ktest.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 292b13ad03f5..a40af07e7772 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl | |||
@@ -2448,7 +2448,6 @@ sub create_config { | |||
2448 | } | 2448 | } |
2449 | close(OUT); | 2449 | close(OUT); |
2450 | 2450 | ||
2451 | # exit; | ||
2452 | make_oldconfig; | 2451 | make_oldconfig; |
2453 | } | 2452 | } |
2454 | 2453 | ||