Documentation update (test-single not single-test)
authorJoe Atzberger <joe.atzberger@liblime.com>
Tue, 2 Sep 2008 23:08:34 +0000 (18:08 -0500)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Tue, 28 Oct 2008 21:09:28 +0000 (22:09 +0100)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
t/lib/KohaTest.pm

index d42141c..544444a 100644 (file)
@@ -32,7 +32,7 @@ INIT {
         # if we're running the tests in one
         # or more test files specified via
         #
-        #   make single-test TEST_FILES=lib/KohaTest/Foo.pm
+        #   make test-single TEST_FILES=lib/KohaTest/Foo.pm
         #
         # use this INIT trick taken from the POD for
         # Test::Class::Load.