From adaf879d59ebbb119d5f7f07704b52e727d5176d Mon Sep 17 00:00:00 2001 From: Joe Atzberger Date: Tue, 2 Sep 2008 18:08:34 -0500 Subject: [PATCH] Documentation update (test-single not single-test) Signed-off-by: Galen Charlton --- t/lib/KohaTest.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/lib/KohaTest.pm b/t/lib/KohaTest.pm index d42141c6a6..544444a5db 100644 --- a/t/lib/KohaTest.pm +++ b/t/lib/KohaTest.pm @@ -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. -- 2.20.1