diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-02-13 11:57:46 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-02-13 11:57:46 +0000 |
commit | 4096348b656d43aa49565fd7462c7690f6daee29 (patch) | |
tree | 4ab3cfa2aa7fa0fdd46397095a222591c9a05297 /tests/nist-pkits | |
parent | 9fe50364f94e2f5894f043dad18aa7ef82df5a9c (diff) | |
download | gnutls-4096348b656d43aa49565fd7462c7690f6daee29.tar.gz |
Fix.
Diffstat (limited to 'tests/nist-pkits')
-rwxr-xr-x | tests/nist-pkits/pkits | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/nist-pkits/pkits b/tests/nist-pkits/pkits index 943e4af61d..cc307db131 100755 --- a/tests/nist-pkits/pkits +++ b/tests/nist-pkits/pkits @@ -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,6 +18,8 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA +set -e + echo "Running PKITS CRL..." ./pkits_crl |