oops
Masahiro Chiba [Sun, 13 Dec 2009 03:36:46 +0000 (11:36 +0800)]
t/003_basic_w_file_store.t

index 1801df0..e5f6817 100644 (file)
@@ -37,6 +37,6 @@ t::lib::TestSession::run_all_tests(
     },
 );
 
-#unlink $_ foreach glob( File::Spec->catdir($TMP, '*') );
+unlink $_ foreach glob( File::Spec->catdir($TMP, '*') );
 
 done_testing;