aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-06 18:57:01 +0000
committerEvan Huus <eapache@gmail.com>2013-10-06 18:57:01 +0000
commit62c230c7b1117e35b0ab1c739919b526b491c8b2 (patch)
tree3b8ce65af0697afb4ab80f1fa5de2875f5c16483 /test/config.sh
parent7888bec0bc68904ba62c8dc3eb626a20e636d4a4 (diff)
From Peter Wu via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9174
Reorg more of the test variables, still separating source and test directories. More minor fixes from me. svn path=/trunk/; revision=52412
Diffstat (limited to 'test/config.sh')
-rwxr-xr-xtest/config.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/config.sh b/test/config.sh
index 82acb9c71a..ac7c27a760 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -100,11 +100,9 @@ export WIRESHARK_QUIT_AFTER_CAPTURE="True"
CAPTURE_DIR="$TESTS_DIR/captures/"
# Configuration paths
-TEST_HOME="$PWD/fakehome"
HOME_ENV="HOME"
if [ "$WS_SYSTEM" == "Windows" ] ; then
- TEST_HOME="`cygpath -w $TEST_HOME`"
HOME_ENV="APPDATA"
CAPTURE_DIR="`cygpath -w $CAPTURE_DIR`"
fi