Index: /branches/release-36/t/13-dirify.t
===================================================================
--- /branches/release-36/t/13-dirify.t (revision 2105)
+++ /branches/release-36/t/13-dirify.t (revision 2106)
@@ -11,23 +11,20 @@
 use MT::Util;
 
-my @tests;
-BEGIN {
-    @tests = (
-        {
-            text => 'Siegfried & Roy',
-            iso  => 'siegfried_roy',
-            utf8 => 'siegfried_roy',
-        },
-        {
-            text => 'Cauchy-Schwartz Inequality',
-            iso  => 'cauchy-schwartz_inequality',
-            utf8 => 'cauchy-schwartz_inequality',
-        },
-        {
-            text => "M\303\272m",
-            utf8 => 'mum',
-        },
-    );
-}
+my @tests = (
+    {
+        text => 'Siegfried & Roy',
+        iso  => 'siegfried_roy',
+        utf8 => 'siegfried_roy',
+    },
+    {
+        text => 'Cauchy-Schwartz Inequality',
+        iso  => 'cauchy-schwartz_inequality',
+        utf8 => 'cauchy-schwartz_inequality',
+    },
+    {
+        text => "M\303\272m",
+        utf8 => 'mum',
+    },
+);
 
 use Test::More tests => 5;
