Fix typo.
authorSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 15:28:08 +0000 (15:28 +0000)
committerSimon Josefsson <simon@josefsson.org>
Wed, 10 May 2006 15:28:08 +0000 (15:28 +0000)
tests/Makefile.am

index fc1a4e8..201e971 100644 (file)
@@ -34,4 +34,4 @@ TESTS_ENVIRONMENT = \
        ASN1PARSER=$(srcdir)/Test_parser.asn \
        ASN1TREE=$(srcdir)/Test_tree.asn \
        ASN1ENCODING=$(srcdir)/Test_encoding.asn \
-       `if $VALGRIND /bin/true > /dev/null 2>&1; then echo $(VALGRIND); else echo $$SHELL -c; fi`
+       `if $(VALGRIND) /bin/true > /dev/null 2>&1; then echo $(VALGRIND); else echo $$SHELL -c; fi`