From 0c6d5639e3bf3148027026dc73a743846a249f52 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Mon, 9 Jan 2012 21:32:31 +0000 Subject: [PATCH] Rename test files to reflect their purpose. --- MANIFEST | 6 +++--- t/{stow_contents.t => stow.t} | 2 +- t/{unstow_contents.t => unstow.t} | 2 +- t/{unstow_contents_orig.t => unstow_orig.t} | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) rename t/{stow_contents.t => stow.t} (99%) rename t/{unstow_contents.t => unstow.t} (99%) rename t/{unstow_contents_orig.t => unstow_orig.t} (99%) diff --git a/MANIFEST b/MANIFEST index a5a978b..2c9ed06 100644 --- a/MANIFEST +++ b/MANIFEST @@ -41,10 +41,10 @@ t/foldable.t t/ignore.t t/join_paths.t t/parent.t -t/stow_contents.t +t/stow.t t/testutil.pm -t/unstow_contents.t -t/unstow_contents_orig.t +t/unstow.t +t/unstow_orig.t THANKS TODO META.yml diff --git a/t/stow_contents.t b/t/stow.t similarity index 99% rename from t/stow_contents.t rename to t/stow.t index d4e66f0..395201f 100755 --- a/t/stow_contents.t +++ b/t/stow.t @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # -# Testing stow_contents() +# Test stowing packages. # use strict; diff --git a/t/unstow_contents.t b/t/unstow.t similarity index 99% rename from t/unstow_contents.t rename to t/unstow.t index 08af8ca..a666662 100755 --- a/t/unstow_contents.t +++ b/t/unstow.t @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # -# Testing unstow_contents() +# Test unstowing packages # use strict; diff --git a/t/unstow_contents_orig.t b/t/unstow_orig.t similarity index 99% rename from t/unstow_contents_orig.t rename to t/unstow_orig.t index 4ce750e..79465ee 100755 --- a/t/unstow_contents_orig.t +++ b/t/unstow_orig.t @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # -# Testing unstow_contents_orig() +# Test unstowing packages in compat mode # use strict;