Rename stow.t to be more consistent with its purpose.

This commit is contained in:
Adam Spiers 2012-01-09 21:31:46 +00:00
parent 92eee74bb3
commit c3c866a00b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -1,7 +1,7 @@
#!/usr/local/bin/perl #!/usr/local/bin/perl
# #
# Testing core application # Test processing of CLI options.
# #
use strict; use strict;