Test unstowing an already unstowed package
This commit is contained in:
parent
bcddf67d73
commit
9012dd8aa8
2 changed files with 16 additions and 0 deletions
|
@ -272,6 +272,14 @@ ok(
|
|||
=> 'ignore temp files'
|
||||
);
|
||||
|
||||
#
|
||||
# Unstow an already unstowed package
|
||||
#
|
||||
|
||||
unstow_contents('../stow/pkg12', '.');
|
||||
process_tasks();
|
||||
ok(scalar(@Conflicts) == 0);
|
||||
|
||||
|
||||
# Todo
|
||||
#
|
||||
|
|
|
@ -276,6 +276,14 @@ ok(
|
|||
=> 'ignore temp files'
|
||||
);
|
||||
|
||||
#
|
||||
# Unstow an already unstowed package
|
||||
#
|
||||
|
||||
unstow_contents('../stow/pkg12', '.');
|
||||
process_tasks();
|
||||
ok(scalar(@Conflicts) == 0);
|
||||
|
||||
|
||||
# Todo
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue