summaryrefslogtreecommitdiff
path: root/security/nss/tests/libpkix/pkix_tests/store/runTests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'security/nss/tests/libpkix/pkix_tests/store/runTests.sh')
-rwxr-xr-xsecurity/nss/tests/libpkix/pkix_tests/store/runTests.sh32
1 files changed, 0 insertions, 32 deletions
diff --git a/security/nss/tests/libpkix/pkix_tests/store/runTests.sh b/security/nss/tests/libpkix/pkix_tests/store/runTests.sh
deleted file mode 100755
index 7b0bb3745..000000000
--- a/security/nss/tests/libpkix/pkix_tests/store/runTests.sh
+++ /dev/null
@@ -1,32 +0,0 @@
-#!/bin/sh
-#
-# This Source Code Form is subject to the terms of the Mozilla Public
-# License, v. 2.0. If a copy of the MPL was not distributed with this
-# file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# runTests.sh
-#
-
-curdir=`pwd`
-cd ../../common
-. ./libpkix_init.sh > /dev/null
-cd ${curdir}
-
-numtests=0
-passed=0
-testunit=STORE
-
-
-##########
-# main
-##########
-
-ParseArgs $*
-
-RunTests <<EOF
-pkixutil test_store genericCertStore rev_data/crlchecker ${HOSTDIR}
-EOF
-
-totalErrors=$?
-html_msg ${totalErrors} 0 "&nbsp;&nbsp;&nbsp;${testunit}: passed ${passed} of ${numtests} tests"
-exit ${totalErrors}