summaryrefslogtreecommitdiff
path: root/test/suite-decryption.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-06 23:29:59 +0000
committerEvan Huus <eapache@gmail.com>2013-10-06 23:29:59 +0000
commit087c885c667cf11a24a0730fc5d54dfcdb933ad4 (patch)
treeaf84500e740885597254a028c9168d72f5ec9827 /test/suite-decryption.sh
parent0c25744c67f4ffbb6c48ca63629532aeef4397b9 (diff)
downloadwireshark-087c885c667cf11a24a0730fc5d54dfcdb933ad4.tar.gz
More tweaking of test suite path variables, trying to make everything play
nicely on Windows and Linux both. svn path=/trunk/; revision=52428
Diffstat (limited to 'test/suite-decryption.sh')
-rwxr-xr-xtest/suite-decryption.sh7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/suite-decryption.sh b/test/suite-decryption.sh
index 8d37a1126a..ebbe168204 100755
--- a/test/suite-decryption.sh
+++ b/test/suite-decryption.sh
@@ -135,15 +135,12 @@ decryption_cleanup_step() {
decryption_prep_step() {
decryption_cleanup_step
- TEST_HOME="$TEST_OUTDIR/home"
- DOTWS_DIR="$TEST_HOME/.wireshark"
- TS_DC_ENV="${HOME_ENV}=${TEST_HOME}"
- mkdir -p "$DOTWS_DIR"
+ TS_DC_ENV="${HOME_ENV}=${HOME_PATH}"
for UAT in $UAT_FILES ; do
sed -e "s|TEST_KEYS_DIR|${TEST_KEYS_DIR//\\/\\\\x5c}|" \
< "$TESTS_DIR/config/$UAT.tmpl" \
- > "$DOTWS_DIR/$UAT"
+ > "$CONF_PATH/$UAT"
done
}