From: Steven Rostedt Date: Thu, 19 Jul 2012 19:12:25 +0000 (-0400) Subject: ktest: Remove commented exit X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=958d8435c257f93123dec83647130457816a23e6;p=linux.git ktest: Remove commented exit A debug 'exit' was left in ktest.pl. Remove it. Signed-off-by: Steven Rostedt --- diff --git a/tools/testing/ktest/ktest.pl b/tools/testing/ktest/ktest.pl index 292b13ad03f50..a40af07e77729 100755 --- a/tools/testing/ktest/ktest.pl +++ b/tools/testing/ktest/ktest.pl @@ -2448,7 +2448,6 @@ sub create_config { } close(OUT); -# exit; make_oldconfig; }