summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRoshni Pattath <rpattath@redhat.com>2015-01-21 15:55:49 -0500
committerRoshni Pattath <rpattath@redhat.com>2015-01-21 15:56:38 -0500
commitb1fa2b492c5d7710297c102aaad30ae1d7d14405 (patch)
treebb9ec39c72896243fb6dde0d8085de1ffb000967 /tests
parent08562edc81e9631a6d4a2c7afe70c6c661f19bd9 (diff)
downloadpki-b1fa2b492c5d7710297c102aaad30ae1d7d14405.tar.gz
pki-b1fa2b492c5d7710297c102aaad30ae1d7d14405.tar.xz
pki-b1fa2b492c5d7710297c102aaad30ae1d7d14405.zip
Fixed some typos in Makefile and runtest.sh
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dogtag/Makefile6
-rwxr-xr-xtests/dogtag/runtest.sh6
2 files changed, 6 insertions, 6 deletions
diff --git a/tests/dogtag/Makefile b/tests/dogtag/Makefile
index 2ae7a06a9..25c0c50f4 100755
--- a/tests/dogtag/Makefile
+++ b/tests/dogtag/Makefile
@@ -246,9 +246,9 @@ build: $(BUILT_FILES)
# Legacy tests
chmod a+x ./acceptance/legacy/ca-tests/usergroups/pki-ca-usergroups.sh
chmod a+x ./acceptance/legacy/ca-tests/profiles/ca-profile.sh
- chmod a+x ./acceptance/legacy/ca_tests/acls/ca-admin-acl.sh
- chmod a+x ./acceptance/legacy/ca_tests/internaldb/ca-admin-internaldb.sh
- chmod a+x ./acceptance/legacy/ca_tests/authplugin/ca-admin-authplugins.sh
+ chmod a+x ./acceptance/legacy/ca-tests/acls/ca-admin-acl.sh
+ chmod a+x ./acceptance/legacy/ca-tests/internaldb/ca-admin-internaldb.sh
+ chmod a+x ./acceptance/legacy/ca-tests/authplugin/ca-admin-authplugins.sh
chmod a+x ./acceptance/legacy/ca-tests/crlissuingpoints/ca-admin-crlissuingpoints.sh
chmod a+x ./acceptance/legacy/ca-tests/crls/ca-agent-crls.sh
chmod a+x ./acceptance/legacy/ca-tests/publishing/ca-admin-publishing.sh
diff --git a/tests/dogtag/runtest.sh b/tests/dogtag/runtest.sh
index fa1977120..f99768ccc 100755
--- a/tests/dogtag/runtest.sh
+++ b/tests/dogtag/runtest.sh
@@ -178,9 +178,9 @@
. ./acceptance/cli-tests/pki-ca-profile-cli/pki-ca-profile-cli-mod.sh
. ./acceptance/legacy/ca-tests/usergroups/pki-ca-usergroups.sh
. ./acceptance/legacy/ca-tests/profiles/ca-profile.sh
-. ./acceptance/legacy/ca_tests/internaldb/ca-admin-internaldb.sh
-. ./acceptance/legacy/ca_tests/acls/ca-admin-acl.sh
-. ./acceptance/legacy/ca_tests/authplugin/ca-admin-authplugins.sh
+. ./acceptance/legacy/ca-tests/internaldb/ca-admin-internaldb.sh
+. ./acceptance/legacy/ca-tests/acls/ca-admin-acl.sh
+. ./acceptance/legacy/ca-tests/authplugin/ca-admin-authplugins.sh
. ./acceptance/legacy/ca-tests/crlissuingpoints/ca-admin-crlissuingpoints.sh
. ./acceptance/legacy/ca-tests/crls/ca-agent-crls.sh
. ./acceptance/legacy/ca-tests/publishing/ca-admin-publishing.sh