X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/00e44097d5e7112acb7decd2d606d929b2c71a2f..d921399d97e499b69ed5c9ed98cef69e61704791:/t/000-tear-env.t?ds=sidebyside

diff --git a/t/000-tear-env.t b/t/000-tear-env.t
index afe261a..6cb384f 100644
--- a/t/000-tear-env.t
+++ b/t/000-tear-env.t
@@ -9,7 +9,7 @@ use Test::Most;
 chdir 't' or die $!;
 
 if (!-d 'etc') {
-	plan skip_all => 'No need to tear previous env.';
+	plan skip_all => 'No need to tear down previous env.';
 }
 
 ok rm_rf 'etc';