summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2012-01-09 21:32:31 +0000
committerAdam Spiers <stow@adamspiers.org>2012-01-09 22:12:49 +0000
commit0c6d5639e3bf3148027026dc73a743846a249f52 (patch)
treee4f192cdc1be4be6f8a75d858aa0a539eaa18f91
parentc3c866a00beb72fa7e5e66cd12b6eed4f15636ae (diff)
downloadstow-0c6d5639e3bf3148027026dc73a743846a249f52.tar.gz
Rename test files to reflect their purpose.
-rw-r--r--MANIFEST6
-rwxr-xr-xt/stow.t (renamed from t/stow_contents.t)2
-rwxr-xr-xt/unstow.t (renamed from t/unstow_contents.t)2
-rwxr-xr-xt/unstow_orig.t (renamed from t/unstow_contents_orig.t)2
4 files changed, 6 insertions, 6 deletions
diff --git a/MANIFEST b/MANIFEST
index a5a978b..2c9ed06 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -41,10 +41,10 @@ t/foldable.t
t/ignore.t
t/join_paths.t
t/parent.t
-t/stow_contents.t
+t/stow.t
t/testutil.pm
-t/unstow_contents.t
-t/unstow_contents_orig.t
+t/unstow.t
+t/unstow_orig.t
THANKS
TODO
META.yml
diff --git a/t/stow_contents.t b/t/stow.t
index d4e66f0..395201f 100755
--- a/t/stow_contents.t
+++ b/t/stow.t
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
#
-# Testing stow_contents()
+# Test stowing packages.
#
use strict;
diff --git a/t/unstow_contents.t b/t/unstow.t
index 08af8ca..a666662 100755
--- a/t/unstow_contents.t
+++ b/t/unstow.t
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
#
-# Testing unstow_contents()
+# Test unstowing packages
#
use strict;
diff --git a/t/unstow_contents_orig.t b/t/unstow_orig.t
index 4ce750e..79465ee 100755
--- a/t/unstow_contents_orig.t
+++ b/t/unstow_orig.t
@@ -1,7 +1,7 @@
#!/usr/local/bin/perl
#
-# Testing unstow_contents_orig()
+# Test unstowing packages in compat mode
#
use strict;