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/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
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/local/bin/perl
|
#!/usr/local/bin/perl
|
||||||
|
|
||||||
#
|
#
|
||||||
# Testing stow_contents()
|
# Test stowing packages.
|
||||||
#
|
#
|
||||||
|
|
||||||
use strict;
|
use strict;
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/local/bin/perl
|
#!/usr/local/bin/perl
|
||||||
|
|
||||||
#
|
#
|
||||||
# Testing unstow_contents()
|
# Test unstowing packages
|
||||||
#
|
#
|
||||||
|
|
||||||
use strict;
|
use strict;
|
|
@ -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;
|
Loading…
Reference in a new issue