X-Git-Url: https://git.tokkee.org/?p=git.git;a=blobdiff_plain;f=t%2Ft9500-gitweb-standalone-no-errors.sh;h=90bb6050c13ece02199b6978e43e3c67de563c84;hp=858a649cb64e40a083a60c16e7ad818fdecb0fa9;hb=0f360763c02d1230614e23f94fb298dab0162aa0;hpb=a46034819ecce6872bff099f3d75589f4d38c00c diff --git a/t/t9500-gitweb-standalone-no-errors.sh b/t/t9500-gitweb-standalone-no-errors.sh index 858a649cb..90bb6050c 100755 --- a/t/t9500-gitweb-standalone-no-errors.sh +++ b/t/t9500-gitweb-standalone-no-errors.sh @@ -474,6 +474,14 @@ test_expect_success \ 'path_info: project/branch:dir/' \ 'gitweb_run "" "/.git/master:foo/"' +test_expect_success \ + 'path_info: project/branch (non-existent)' \ + 'gitweb_run "" "/.git/non-existent"' + +test_expect_success \ + 'path_info: project/branch:filename (non-existent branch)' \ + 'gitweb_run "" "/.git/non-existent:non-existent"' + test_expect_success \ 'path_info: project/branch:file (non-existent)' \ 'gitweb_run "" "/.git/master:non-existent"'