Merge branch 'blead' of git+ssh://perl5.git.perl.org/perl into blead
[p5sagit/p5-mst-13.2.git] / t / uni / lex_utf8.t
index c7d1778..2aa9221 100644 (file)
@@ -1,3 +1,4 @@
+#!./perl -w
 #
 # This script is written intentionally in UTF-8
 
@@ -7,11 +8,13 @@ BEGIN {
         exit 0;
     }
     $| = 1;
+
+    require './test.pl';
 }
 
 use strict;
 
-use Test::More tests => 10;
+plan (tests => 10);
 use charnames ':full';
 
 use utf8;