Merge branch 'cb/maint-t5541-make-server-port-portable'
[gitweb.git] / t / t9500-gitweb-standalone-no-errors.sh
index 3e4fdbe5624f1d1a197b0a1a450524b6d1095b0b..40a1cb571e4a6ac285398054962c139a316d4306 100755 (executable)
@@ -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"'