]> git.proxmox.com Git - qemu-server.git/commitdiff
followup cleanup
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Aug 2020 08:44:00 +0000 (10:44 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 21 Aug 2020 08:44:00 +0000 (10:44 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
test/run_config2command_tests.pl

index 2ea6f83771a4879bca5abeb0d45d1d25d5b441a6..341709705d7e064080efbe1c2fdf275174b1105d 100755 (executable)
@@ -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($) {