Test unstowing an already unstowed package

This commit is contained in:
Adam Spiers 2011-11-17 19:33:09 +00:00
parent bcddf67d73
commit 9012dd8aa8
2 changed files with 16 additions and 0 deletions

View file

@ -272,6 +272,14 @@ ok(
=> 'ignore temp files' => 'ignore temp files'
); );
#
# Unstow an already unstowed package
#
unstow_contents('../stow/pkg12', '.');
process_tasks();
ok(scalar(@Conflicts) == 0);
# Todo # Todo
# #

View file

@ -276,6 +276,14 @@ ok(
=> 'ignore temp files' => 'ignore temp files'
); );
#
# Unstow an already unstowed package
#
unstow_contents('../stow/pkg12', '.');
process_tasks();
ok(scalar(@Conflicts) == 0);
# Todo # Todo
# #