summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaie%kuix.de <devnull@localhost>2013-01-09 17:47:50 +0000
committerkaie%kuix.de <devnull@localhost>2013-01-09 17:47:50 +0000
commitbed24f19ba4dcbdb8debb663e6bad791cb967d73 (patch)
treed4d100941cc1e210975f7b8075c7eec4690e17eb
parent19eac4cd063f2e99d7f9f3365607bc268eb0add2 (diff)
downloadnss-hg-bed24f19ba4dcbdb8debb663e6bad791cb967d73.tar.gz
Bug 772144, add a comment to the bustage fix, requested by relyea
-rw-r--r--security/nss/tests/chains/chains.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/security/nss/tests/chains/chains.sh b/security/nss/tests/chains/chains.sh
index 54fade6f2..d7c57d24a 100644
--- a/security/nss/tests/chains/chains.sh
+++ b/security/nss/tests/chains/chains.sh
@@ -188,6 +188,9 @@ chains_init()
mkdir -p "${NSS_AIA_PATH}"
SAVEPWD=`pwd`
cd "${NSS_AIA_PATH}"
+ # Start_httpserv sets environment variables, which are required for
+ # correct cleanup. (Running it in a subshell doesn't work, the
+ # value of $SHELL_HTTPPID wouldn't arrive in this scope.)
start_httpserv
cd "${SAVEPWD}"
fi