diff options
Diffstat (limited to 't/005no_tabs.t')
-rw-r--r-- | t/005no_tabs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/005no_tabs.t b/t/005no_tabs.t index eaf1ef241..31d584ae0 100644 --- a/t/005no_tabs.t +++ b/t/005no_tabs.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; |