~ubuntu-branches/ubuntu/precise/gnupg2/precise-proposed

« back to all changes in this revision

Viewing changes to tests/pkits/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Eric Dorland
  • Date: 2009-03-08 22:46:47 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20090308224647-gq17gatcl71lrc2k
Tags: 2.0.11-1
* New upstream release. (Closes: #496663)
* debian/control: Make the description a little more distinctive than
  gnupg v1's. Thanks Jari Aalto. (Closes: #496323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
GPGSM = ../../sm/gpgsm
22
22
 
23
 
TESTS_ENVIRONMENT = GNUPGHOME=`pwd` GPG_AGENT_INFO= LC_ALL=C GPGSM=$(GPGSM) \
24
 
                    silent=yes
 
23
TESTS_ENVIRONMENT = GNUPGHOME=`/bin/pwd` GPG_AGENT_INFO= LC_ALL=C \
 
24
                    GPGSM=$(GPGSM) silent=yes
25
25
 
26
26
 
27
27
testscripts = import-all-certs validate-all-certs \
64
64
 
65
65
run-all-tests: inittests.stamp
66
66
        @set -e; \
67
 
         GNUPGHOME=`pwd`; export GNUPGHOME;\
 
67
         GNUPGHOME=`/bin/pwd`; export GNUPGHOME;\
68
68
         unset GPG_AGENT_INFO; \
69
69
         for tst in $(testscripts); do \
70
70
           if ./$${tst}; then : ; \