Rename stow.t to be more consistent with its purpose.
This commit is contained in:
parent
92eee74bb3
commit
c3c866a00b
2 changed files with 2 additions and 2 deletions
2
MANIFEST
2
MANIFEST
|
@ -33,6 +33,7 @@ NEWS
|
||||||
README
|
README
|
||||||
t/chkstow.t
|
t/chkstow.t
|
||||||
t/cleanup_invalid_links.t
|
t/cleanup_invalid_links.t
|
||||||
|
t/cli_options.t
|
||||||
t/defer.t
|
t/defer.t
|
||||||
t/examples.t
|
t/examples.t
|
||||||
t/find_stowed_path.t
|
t/find_stowed_path.t
|
||||||
|
@ -40,7 +41,6 @@ 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.t
|
|
||||||
t/stow_contents.t
|
t/stow_contents.t
|
||||||
t/testutil.pm
|
t/testutil.pm
|
||||||
t/unstow_contents.t
|
t/unstow_contents.t
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/usr/local/bin/perl
|
#!/usr/local/bin/perl
|
||||||
|
|
||||||
#
|
#
|
||||||
# Testing core application
|
# Test processing of CLI options.
|
||||||
#
|
#
|
||||||
|
|
||||||
use strict;
|
use strict;
|
Loading…
Reference in a new issue