From 3eb2f3eb5642efeb9e691d0da697d04c59946c49 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 21 Aug 2020 10:44:00 +0200 Subject: [PATCH] followup cleanup Signed-off-by: Thomas Lamprecht --- test/run_config2command_tests.pl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/run_config2command_tests.pl b/test/run_config2command_tests.pl index 2ea6f837..34170970 100755 --- a/test/run_config2command_tests.pl +++ b/test/run_config2command_tests.pl @@ -324,9 +324,8 @@ $SIG{__WARN__} = sub { } } - #warn "======= WARN ======\n= ". $_[0] . "===================\n"; fail($current_test->{testname}); - note("got unexpected expected warning '$warning'"); + note("got unexpected warning '$warning'"); }; sub do_test($) {