summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2000-10-11 06:46:05 +0000
committerwtc%netscape.com <devnull@localhost>2000-10-11 06:46:05 +0000
commitd42da3ee4ef1688855c8fbd43a1de806918536bf (patch)
tree1949d4402c48c5436a05728f18b162a8b1fad6ce
parentd23ced6f90f7322252c90974149a0a8b08c2619f (diff)
downloadnss-hg-d42da3ee4ef1688855c8fbd43a1de806918536bf.tar.gz
Fixed the echo output to match the command.
-rwxr-xr-xsecurity/nss/tests/smime/smime.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/tests/smime/smime.sh b/security/nss/tests/smime/smime.sh
index dbf20cef4..f734c80be 100755
--- a/security/nss/tests/smime/smime.sh
+++ b/security/nss/tests/smime/smime.sh
@@ -260,7 +260,7 @@ fi
if [ $? -ne 0 ]; then
CMSFAILED=${CMSFAILED-"Create Encrypted-Data"}
fi
-echo "cmsutil -D -i alice.enc -d ${BOBDIR} -e alicehello.env -p nss"
+echo "cmsutil -D -i alice.enc -d ${BOBDIR} -e alicehello.env -p nss -o alice.data2"
cmsutil -D -i alice.enc -d ${BOBDIR} -e alicehello.env -p nss -o alice.data2
diff alice.txt alice.data2
if [ $? -ne 0 ]; then