diff --git a/t/11unicode.t b/t/11unicode.t index 579a20f..fb40bdc 100644 --- a/t/11unicode.t +++ b/t/11unicode.t @@ -133,6 +133,4 @@ Test($lengths->[0]->[0] == $lengths->[0]->[1], "Database actually understands char set") or warn "($lengths->[0]->[0] != $lengths->[0]->[1])"; -END { $dbh->do("DROP TABLE $table"); $dbh->disconnect; } - -END { unlink 'output/foo'; rmdir 'output' } +END { $dbh->do("DROP TABLE $table"); $dbh->disconnect; unlink 'output/foo'; rmdir 'output'; }