diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-05-10 15:28:08 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-05-10 15:28:08 +0000 |
commit | 76d023f96aa4db8c5a3bd7df205a8e57f7690852 (patch) | |
tree | e2a633d5da36a37496a68949d91ee282127959ad | |
parent | a0254f42fb4dcbbcd8c7167a258da42a32d0f599 (diff) | |
download | libtasn1-76d023f96aa4db8c5a3bd7df205a8e57f7690852.tar.gz |
Fix typo.
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index fc1a4e8..201e971 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 $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` |