Undo the renaming of the Unicode data files; the simple
[p5sagit/p5-mst-13.2.git] / t / uni / fold.t
index 76e1639..a068e65 100644 (file)
@@ -7,7 +7,7 @@ use File::Spec;
 
 my $CF = File::Spec->catfile(File::Spec->catdir(File::Spec->updir,
                                               "lib", "unicore"),
-                           "CaseFold.txt");
+                           "CaseFolding.txt");
 
 if (open(CF, $CF)) {
     my @CF;