remove a bad test from FileCache

This commit is contained in:
Colin Kuskie 2008-06-19 16:00:59 +00:00
parent 3c7855f708
commit 359da35e6d

View file

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