diff options
Diffstat (limited to 't/lib-gitweb.sh')
-rw-r--r-- | t/lib-gitweb.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/lib-gitweb.sh b/t/lib-gitweb.sh index 1f32ca66ea..6f68df247a 100644 --- a/t/lib-gitweb.sh +++ b/t/lib-gitweb.sh @@ -49,7 +49,7 @@ EOF error "Cannot find gitweb at $GITWEB_TEST_INSTALLED." say "# Testing $SCRIPT_NAME" else # normal case, use source version of gitweb - SCRIPT_NAME="$GIT_BUILD_DIR/gitweb/gitweb.perl" + SCRIPT_NAME="$GIT_SOURCE_DIR/gitweb/gitweb.perl" fi export SCRIPT_NAME } |