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'); }