summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-02-13 12:03:36 +0000
committerSimon Josefsson <simon@josefsson.org>2007-02-13 12:03:36 +0000
commit282b7d5ef356ea7848ff9f1b914ebb437ede9404 (patch)
tree85fe0a6cc909ee7b248327ad6fda21ed4a4df224 /tests
parent9a8811daea5c2f05d1b6f07f8410680a86a208da (diff)
downloadgnutls-282b7d5ef356ea7848ff9f1b914ebb437ede9404.tar.gz
Update.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/nist-pkits/pkits_crl4
-rwxr-xr-xtests/nist-pkits/pkits_crt4
-rwxr-xr-xtests/nist-pkits/pkits_pkcs124
-rwxr-xr-xtests/nist-pkits/pkits_smime4
4 files changed, 8 insertions, 8 deletions
diff --git a/tests/nist-pkits/pkits_crl b/tests/nist-pkits/pkits_crl
index 1543abb761..403aa41808 100755
--- a/tests/nist-pkits/pkits_crl
+++ b/tests/nist-pkits/pkits_crl
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
test -d crls || unzip PKITS_data.zip
diff --git a/tests/nist-pkits/pkits_crt b/tests/nist-pkits/pkits_crt
index de07f78db2..3cdfec043a 100755
--- a/tests/nist-pkits/pkits_crt
+++ b/tests/nist-pkits/pkits_crt
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
test -d certs || unzip PKITS_data.zip
diff --git a/tests/nist-pkits/pkits_pkcs12 b/tests/nist-pkits/pkits_pkcs12
index 43cd42a305..8873add516 100755
--- a/tests/nist-pkits/pkits_pkcs12
+++ b/tests/nist-pkits/pkits_pkcs12
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
test -d pkcs12 || unzip PKITS_data.zip
diff --git a/tests/nist-pkits/pkits_smime b/tests/nist-pkits/pkits_smime
index 28c7499c58..8356c38ce0 100755
--- a/tests/nist-pkits/pkits_smime
+++ b/tests/nist-pkits/pkits_smime
@@ -1,6 +1,6 @@
#!/bin/sh
-# Copyright (C) 2004 Free Software Foundation
+# Copyright (C) 2004, 2007 Free Software Foundation
#
# This file is part of GNUTLS.
#
@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
-CERTTOOL=../src/certtool
+CERTTOOL=${CERTTOOL:-../../src/certtool}
test -d smime || unzip PKITS_data.zip