From 359da35e6dfd645fd336185eb53161ca357437a5 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Thu, 19 Jun 2008 16:00:59 +0000 Subject: [PATCH] remove a bad test from FileCache --- t/Cache/FileCache.t | 2 -- 1 file changed, 2 deletions(-) diff --git a/t/Cache/FileCache.t b/t/Cache/FileCache.t index 95c0f8582..d2d78fcb7 100644 --- a/t/Cache/FileCache.t +++ b/t/Cache/FileCache.t @@ -101,8 +101,6 @@ SKIP: { ok(! -e $cacher->getNamespaceRoot, 'purge removes the namespace folder'); undef $cacher; - rmtree('/tmp/WebGUICache'); - ok(! -e '/tmp/WebGUICache', 'Able to delete the webgui cache dir with rmtree'); }