Rename test files to reflect their purpose.
This commit is contained in:
parent
c3c866a00b
commit
0c6d5639e3
4 changed files with 6 additions and 6 deletions
6
MANIFEST
6
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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/local/bin/perl
|
||||
|
||||
#
|
||||
# Testing stow_contents()
|
||||
# Test stowing packages.
|
||||
#
|
||||
|
||||
use strict;
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/local/bin/perl
|
||||
|
||||
#
|
||||
# Testing unstow_contents()
|
||||
# Test unstowing packages
|
||||
#
|
||||
|
||||
use strict;
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/local/bin/perl
|
||||
|
||||
#
|
||||
# Testing unstow_contents_orig()
|
||||
# Test unstowing packages in compat mode
|
||||
#
|
||||
|
||||
use strict;
|
Loading…
Reference in a new issue