diff options
-rw-r--r-- | t/005whitespace.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/005whitespace.t b/t/005whitespace.t index eaf1ef241..31d584ae0 100644 --- a/t/005whitespace.t +++ b/t/005whitespace.t @@ -25,7 +25,6 @@ #Bugzilla Test 5# #####no_tabs##### -use diagnostics; use strict; use lib 't'; @@ -52,3 +51,4 @@ foreach my $file (@testitems) { close (FILE); } +exit 0; |