diff --git a/t/unstow_contents.t b/t/unstow_contents.t index f37d15e..80ae7f4 100755 --- a/t/unstow_contents.t +++ b/t/unstow_contents.t @@ -272,6 +272,14 @@ ok( => 'ignore temp files' ); +# +# Unstow an already unstowed package +# + +unstow_contents('../stow/pkg12', '.'); +process_tasks(); +ok(scalar(@Conflicts) == 0); + # Todo # diff --git a/t/unstow_contents_orig.t b/t/unstow_contents_orig.t index 15e5915..52f6a46 100755 --- a/t/unstow_contents_orig.t +++ b/t/unstow_contents_orig.t @@ -276,6 +276,14 @@ ok( => 'ignore temp files' ); +# +# Unstow an already unstowed package +# + +unstow_contents('../stow/pkg12', '.'); +process_tasks(); +ok(scalar(@Conflicts) == 0); + # Todo #