summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2012-01-09 21:31:46 +0000
committerAdam Spiers <stow@adamspiers.org>2012-01-09 22:12:49 +0000
commitc3c866a00beb72fa7e5e66cd12b6eed4f15636ae (patch)
treea5237bb04db47f47549c720b21218dddac89acde
parent92eee74bb341348b71b815f3f4ef608a39fd5e2a (diff)
downloadstow-c3c866a00beb72fa7e5e66cd12b6eed4f15636ae.tar.gz
Rename stow.t to be more consistent with its purpose.
-rw-r--r--MANIFEST2
-rwxr-xr-xt/cli_options.t (renamed from t/stow.t)2
2 files changed, 2 insertions, 2 deletions
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
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;