From 4c27c392f634a86f25909c53e48f1dfb9e34a9e1 Mon Sep 17 00:00:00 2001 From: Niranjan Mallapadi Date: Mon, 1 Dec 2014 15:25:36 +0530 Subject: Minor fixes to pki-cert.sh --- tests/dogtag/acceptance/cli-tests/pki-cert-cli/pki-cert.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit