FileCache 1.03 broken on VMS -- possible patch
[p5sagit/p5-mst-13.2.git] / lib / FileCache / t / 05override.t
index 6fdf873..a807c25 100644 (file)
@@ -8,12 +8,12 @@ BEGIN {
     END;
 }
 END{
-  unlink("Foo'Bar");
+  unlink("Foo_Bar");
 }
 print "1..1\n";
 
 {# Test 5: that close is overridden properly within the caller
-     cacheout local $_ = "Foo'Bar";
+     cacheout local $_ = "Foo_Bar";
      print $_ "Hello World\n";
      close($_);
      print 'not ' if fileno($_);