diff --git a/t/02-shell-command.t b/t/02-shell-command.t index 4c7944e..9ac5ae1 100644 --- a/t/02-shell-command.t +++ b/t/02-shell-command.t @@ -6,6 +6,6 @@ plan 2; mkpath 't/dupa/foo/bar'; ok ('t/dupa/foo'.IO ~~ :d), 'mkpath, 1/2'; ok ('t/dupa/foo/bar'.IO ~~ :d), 'mkpath, 1/2'; -unlink 't/dupa/foo/bar'; -unlink 't/dupa/foo'; -unlink 't/dupa/'; +rmdir 't/dupa/foo/bar'; +rmdir 't/dupa/foo'; +rmdir 't/dupa/';