aboutsummaryrefslogtreecommitdiffstats
path: root/test/config.sh
diff options
context:
space:
mode:
authorEvan Huus <eapache@gmail.com>2013-10-09 17:24:16 +0000
committerEvan Huus <eapache@gmail.com>2013-10-09 17:24:16 +0000
commit4860e101c839f8a75acac073e5f733d1453d04d3 (patch)
tree032e0a7408e8ef2c5d00a23ee75c318fe4802729 /test/config.sh
parent7058b878332b5a73fd482d046eeefba2e87685d4 (diff)
Slight simplification, inline a function only ever called once.
svn path=/trunk/; revision=52470
Diffstat (limited to 'test/config.sh')
-rwxr-xr-xtest/config.sh17
1 files changed, 0 insertions, 17 deletions
diff --git a/test/config.sh b/test/config.sh
index a8223cc314..8fb5a66e3d 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -99,23 +99,6 @@ export WIRESHARK_QUIT_AFTER_CAPTURE="True"
CAPTURE_DIR="$TESTS_DIR/captures/"
-test_build_paths() {
-
- # Configuration paths
- HOME_ENV="HOME"
- HOME_PATH="$TEST_OUTDIR/home"
- CONF_PATH="$HOME_PATH/.wireshark"
-
- if [ "$WS_SYSTEM" == "Windows" ] ; then
- HOME_ENV="APPDATA"
- HOME_PATH="`cygpath -w $HOME_PATH`"
- CONF_PATH="$HOME_PATH/Wireshark"
- CAPTURE_DIR="`cygpath -w $CAPTURE_DIR`"
- fi
-
- mkdir -p $CONF_PATH
-}
-
# Display our environment
##printf "\n ------- Info =-----------------\n"