File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ our \$site_name = '[localhost]';
1919our \$ site_header = '';
2020our \$ site_footer = '';
2121our \$ home_text = 'indextext.html';
22- our @stylesheets = ('file:///$TEST_DIRECTORY /.. /gitweb/static/gitweb.css');
23- our \$ logo = 'file:///$TEST_DIRECTORY /.. /gitweb/static/git-logo.png';
24- our \$ favicon = 'file:///$TEST_DIRECTORY /.. /gitweb/static/git-favicon.png';
22+ our @stylesheets = ('file:///$GIT_BUILD_DIR /gitweb/static/gitweb.css');
23+ our \$ logo = 'file:///$GIT_BUILD_DIR /gitweb/static/git-logo.png';
24+ our \$ favicon = 'file:///$GIT_BUILD_DIR /gitweb/static/git-favicon.png';
2525our \$ projects_list = '';
2626our \$ export_ok = '';
2727our \$ strict_export = '';
@@ -38,7 +38,7 @@ gitweb_run () {
3838 GATEWAY_INTERFACE=' CGI/1.1'
3939 HTTP_ACCEPT=' */*'
4040 REQUEST_METHOD=' GET'
41- SCRIPT_NAME=" $TEST_DIRECTORY /.. /gitweb/gitweb.perl"
41+ SCRIPT_NAME=" $GIT_BUILD_DIR /gitweb/gitweb.perl"
4242 QUERY_STRING=" " $1 " "
4343 PATH_INFO=" " $2 " "
4444 export GATEWAY_INTERFACE HTTP_ACCEPT REQUEST_METHOD \
@@ -81,8 +81,8 @@ if ! test_have_prereq PERL; then
8181fi
8282
8383perl -MEncode -e ' decode_utf8("", Encode::FB_CROAK)' > /dev/null 2>&1 || {
84- skip_all=' skipping gitweb tests, perl version is too old'
85- test_done
84+ skip_all=' skipping gitweb tests, perl version is too old'
85+ test_done
8686}
8787
8888gitweb_init
You can’t perform that action at this time.
0 commit comments