summaryrefslogtreecommitdiffstats
path: root/tools/wine_valgrind/chrome_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/wine_valgrind/chrome_tests.sh')
-rwxr-xr-xtools/wine_valgrind/chrome_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/wine_valgrind/chrome_tests.sh b/tools/wine_valgrind/chrome_tests.sh
index 5b6f330..4a2f9b0 100755
--- a/tools/wine_valgrind/chrome_tests.sh
+++ b/tools/wine_valgrind/chrome_tests.sh
@@ -201,9 +201,9 @@ init_runtime() {
if test "$WINDIR" = ""
then
- WINE=${WINE:-$HOME/wine-git/wine}
+ WINE=${WINE:-/usr/local/wine/bin/wine}
export WINE
- WINESERVER=${WINESERVER:-$HOME/wine-git/server/wineserver}
+ WINESERVER=${WINESERVER:-/usr/local/wine/bin/wineserver}
WINEPREFIX=${WINEPREFIX:-$HOME/.wine-chromium-tests}
export WINEPREFIX
WINE_HEAP_REDZONE=16