summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-05-10 14:28:09 +0000
committerSimon Josefsson <simon@josefsson.org>2006-05-10 14:28:09 +0000
commita0254f42fb4dcbbcd8c7167a258da42a32d0f599 (patch)
tree5bdd78644f4e4bee82f7f101c43eaa849126ecef /tests
parentb971f51ab6b32c9e0f0e3887669e97df3090ed34 (diff)
downloadlibtasn1-a0254f42fb4dcbbcd8c7167a258da42a32d0f599.tar.gz
libtasn1-a0254f42fb4dcbbcd8c7167a258da42a32d0f599.tar.bz2
libtasn1-a0254f42fb4dcbbcd8c7167a258da42a32d0f599.zip
Fix.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 6ffacb2..fc1a4e8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -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`