diff --git a/t/99cleanup.t b/t/99cleanup.t deleted file mode 100644 index d848f29..0000000 --- a/t/99cleanup.t +++ /dev/null @@ -1,7 +0,0 @@ -use strict; -use Test; -BEGIN { plan tests => 2 } -ok(-e 'foo'); -unlink('foo'); -ok(!-e 'foo'); -