diff options
author | Werner Koch <[email protected]> | 2002-02-13 15:02:09 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2002-02-13 15:02:09 +0000 |
commit | accc40c84a9d00ff4e577c4ef348fb78ad137add (patch) | |
tree | 9e0b64e5fdd70e5998e0fdae072fc78f62dd3c27 /tests/gpg | |
parent | * vasprintf.c, fopencookie.c: Add replacement functions. (diff) | |
download | gpgme-accc40c84a9d00ff4e577c4ef348fb78ad137add.tar.gz gpgme-accc40c84a9d00ff4e577c4ef348fb78ad137add.zip |
* gpgsm/Makefile.am (private-keys-v1.d): Don't
fail when the directory already exists.
Diffstat (limited to 'tests/gpg')
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index 1977d2a4..7d249bae 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -35,7 +35,7 @@ INCLUDES = -I$(top_srcdir)/gpgme LDADD = ../../gpgme/libgpgme.la -# We don't run t-genkey in the test suite, because it taes too long +# We don't run t-genkey in the test suite, because it takes too long noinst_PROGRAMS = $(TESTS) t-genkey clean-local: |