summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNiranjan Mallapadi <mrniranjan@redhat.com>2014-12-01 15:25:36 +0530
committerNiranjan Mallapadi <mrniranjan@redhat.com>2014-12-01 16:44:18 +0530
commit4c27c392f634a86f25909c53e48f1dfb9e34a9e1 (patch)
treeab9cd494ee269ec883895dd8da59aae27932a456 /tests
parente5a9fd0427bd4546fe53f0f63569d6fbe9e27af3 (diff)
downloadpki-4c27c392f634a86f25909c53e48f1dfb9e34a9e1.tar.gz
pki-4c27c392f634a86f25909c53e48f1dfb9e34a9e1.tar.xz
pki-4c27c392f634a86f25909c53e48f1dfb9e34a9e1.zip
Minor fixes to pki-cert.sh
Diffstat (limited to 'tests')
-rwxr-xr-xtests/dogtag/acceptance/cli-tests/pki-cert-cli/pki-cert.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dogtag/acceptance/cli-tests/pki-cert-cli/pki-cert.sh b/tests/dogtag/acceptance/cli-tests/pki-cert-cli/pki-cert.sh
index 27f613188..d32fb2f7e 100755
--- a/tests/dogtag/acceptance/cli-tests/pki-cert-cli/pki-cert.sh
+++ b/tests/dogtag/acceptance/cli-tests/pki-cert-cli/pki-cert.sh
@@ -46,7 +46,7 @@ run_pki-cert-ca_tests()
rlRun "pushd $TmpDir"
rlPhaseEnd
- rlPhaseStartTest "pki_cert config test: pki cert-release-hold --help configuration test"
+ rlPhaseStartTest "pki_cert config test: pki cert --help configuration test"
local temp_out="$TmpDir/pki_cert"
rlLog "Executing pki cert --help"
rlRun "pki cert --help 1> $temp_out" 0 "pki cert --help"
@@ -67,7 +67,7 @@ run_pki-cert-ca_tests()
local temp_out1="$TmpDir/pki_cert001"
local junk=$(openssl rand -base64 50 | perl -p -e 's/\n//')
rlLog "Executing pki cert \"$junk\" characters"
- rlRun "pki cert \"$rand\" 2> $temp_out1" 1,255 "Command pki cert with junk characters"
+ rlRun "pki cert \"$junk\" 2> $temp_out1" 1,255 "Command pki cert with junk characters"
rlAssertGrep "Error: Invalid module" "$temp_out1"
rlPhaseEnd