]> sourceware.org Git - lvm2.git/commitdiff
Fix a syntax error.
authorPetr Rockai <prockai@redhat.com>
Sun, 20 Nov 2011 21:55:24 +0000 (21:55 +0000)
committerPetr Rockai <prockai@redhat.com>
Sun, 20 Nov 2011 21:55:24 +0000 (21:55 +0000)
test/Makefile.in

index 89bcb3c8d9c4b8de447447c4b9e51195382e1f9e..3a1569ad736b2379071f11c5ab0c6b00acfff8fa 100644 (file)
@@ -43,7 +43,7 @@ endif
 all: check
 
 check: .tests-stamp
-       @echo Running API (liblvm2app) tests
+       @echo "Running API (liblvm2app) tests"
        make -C api tests
 ifeq ("$(TESTING)", "yes")
        @echo Running unit tests
This page took 0.034061 seconds and 5 git commands to generate.