followup cleanup

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-08-21 10:44:00 +02:00
parent 1e27bda1aa
commit 3eb2f3eb56

View File

@ -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($) {