Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Tadeusz Sośnierz committed Apr 20, 2012
1 parent a082f9f commit a33df56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions t/02-shell-command.t
Expand Up @@ -6,6 +6,6 @@ plan 2;
mkpath 't/dupa/foo/bar'; mkpath 't/dupa/foo/bar';
ok ('t/dupa/foo'.IO ~~ :d), 'mkpath, 1/2'; ok ('t/dupa/foo'.IO ~~ :d), 'mkpath, 1/2';
ok ('t/dupa/foo/bar'.IO ~~ :d), 'mkpath, 1/2'; ok ('t/dupa/foo/bar'.IO ~~ :d), 'mkpath, 1/2';
unlink 't/dupa/foo/bar'; rmdir 't/dupa/foo/bar';
unlink 't/dupa/foo'; rmdir 't/dupa/foo';
unlink 't/dupa/'; rmdir 't/dupa/';

0 comments on commit a33df56

Please sign in to comment.