aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2011-07-01 21:38:56 +0000
committerGerald Combs <gerald@wireshark.org>2011-07-01 21:38:56 +0000
commit30fe3b47ea04e043466814574e91e27853ad49aa (patch)
treee60972da47f477e063cc745d0d287c6d1d011c4b /test
parent6bdd7eed1660d997bd6155ff73e873075df26af0 (diff)
Re-enable Cygwin's error_start environment variable.
svn path=/trunk/; revision=37860
Diffstat (limited to 'test')
-rwxr-xr-xtest/config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/config.sh b/test/config.sh
index 22657b28d5..a0c0d0ea12 100755
--- a/test/config.sh
+++ b/test/config.sh
@@ -27,7 +27,7 @@
# http://support.microsoft.com/kb/100843
if [ -n "${OS#Windows}" ] ; then
WS_SYSTEM="Windows"
- #export CYGWIN="$CYGWIN error_start=c:\cygwin\bin\dumper.exe -d %1 %2"
+ export CYGWIN="$CYGWIN error_start=c:\cygwin\bin\dumper.exe -d %1 %2"
else
WS_SYSTEM=`uname -s`
fi