Skip to content

Commit

Permalink
Rename test files to reflect their purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
aspiers committed Jan 9, 2012
1 parent c3c866a commit 0c6d563
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions MANIFEST
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion t/stow_contents.t → t/stow.t
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl

#
# Testing stow_contents()
# Test stowing packages.
#

use strict;
Expand Down
2 changes: 1 addition & 1 deletion t/unstow_contents.t → t/unstow.t
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl

#
# Testing unstow_contents()
# Test unstowing packages
#

use strict;
Expand Down
2 changes: 1 addition & 1 deletion t/unstow_contents_orig.t → t/unstow_orig.t
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl

#
# Testing unstow_contents_orig()
# Test unstowing packages in compat mode
#

use strict;
Expand Down

0 comments on commit 0c6d563

Please sign in to comment.