diff --git a/MANIFEST b/MANIFEST index ae3d9b9..a5a978b 100644 --- a/MANIFEST +++ b/MANIFEST @@ -33,6 +33,7 @@ NEWS README t/chkstow.t t/cleanup_invalid_links.t +t/cli_options.t t/defer.t t/examples.t t/find_stowed_path.t @@ -40,7 +41,6 @@ t/foldable.t t/ignore.t t/join_paths.t t/parent.t -t/stow.t t/stow_contents.t t/testutil.pm t/unstow_contents.t diff --git a/t/stow.t b/t/cli_options.t similarity index 98% rename from t/stow.t rename to t/cli_options.t index eddcd83..809cf15 100755 --- a/t/stow.t +++ b/t/cli_options.t @@ -1,7 +1,7 @@ #!/usr/local/bin/perl # -# Testing core application +# Test processing of CLI options. # use strict;