summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rwxr-xr-xtest/travis_before_linux.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/travis_before_linux.sh b/test/travis_before_linux.sh
index d51ccdd7b7..bd468f5a70 100755
--- a/test/travis_before_linux.sh
+++ b/test/travis_before_linux.sh
@@ -64,7 +64,7 @@ function install_apx() {
}
# Allow to load $HOME/build/apache/httpd/.gdbinit
-echo "add-auto-load-safe-path $HOME/build/apache/httpd/httpd/.gdbinit" >> $HOME/.gdbinit
+echo "add-auto-load-safe-path $HOME/work/httpd/httpd/.gdbinit" >> $HOME/.gdbinit
# Prepare perl-framework test environment
if ! test -v SKIP_TESTING; then