Rename test files to reflect their purpose.

This commit is contained in:
Adam Spiers 2012-01-09 21:32:31 +00:00
parent c3c866a00b
commit 0c6d5639e3
4 changed files with 6 additions and 6 deletions

View file

@ -41,10 +41,10 @@ t/foldable.t
t/ignore.t t/ignore.t
t/join_paths.t t/join_paths.t
t/parent.t t/parent.t
t/stow_contents.t t/stow.t
t/testutil.pm t/testutil.pm
t/unstow_contents.t t/unstow.t
t/unstow_contents_orig.t t/unstow_orig.t
THANKS THANKS
TODO TODO
META.yml META.yml

View file

@ -1,7 +1,7 @@
#!/usr/local/bin/perl #!/usr/local/bin/perl
# #
# Testing stow_contents() # Test stowing packages.
# #
use strict; use strict;

View file

@ -1,7 +1,7 @@
#!/usr/local/bin/perl #!/usr/local/bin/perl
# #
# Testing unstow_contents() # Test unstowing packages
# #
use strict; use strict;

View file

@ -1,7 +1,7 @@
#!/usr/local/bin/perl #!/usr/local/bin/perl
# #
# Testing unstow_contents_orig() # Test unstowing packages in compat mode
# #
use strict; use strict;