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

index 6ffacb2..fc1a4e8 100644 (file)
@@ -34,4 +34,4 @@ TESTS_ENVIRONMENT = \
        ASN1PARSER=$(srcdir)/Test_parser.asn \
        ASN1TREE=$(srcdir)/Test_tree.asn \
        ASN1ENCODING=$(srcdir)/Test_encoding.asn \
-       `if type valgrind > /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`