Code

Merge branch 'sl/customize-sane-tool-path'
[git.git] / t / t9500-gitweb-standalone-no-errors.sh
index 40a1cb571e4a6ac285398054962c139a316d4306..90bb6050c13ece02199b6978e43e3c67de563c84 100755 (executable)
@@ -778,4 +778,13 @@ test_expect_success \
        'echo "\$projects_list_group_categories = 1;" >>gitweb_config.perl &&
         gitweb_run'
 
+# ----------------------------------------------------------------------
+# unborn branches
+
+test_expect_success \
+       'unborn HEAD: "summary" page (with "heads" subview)' \
+       'git checkout orphan_branch || git checkout --orphan orphan_branch &&
+        test_when_finished "git checkout master" &&
+        gitweb_run "p=.git;a=summary"'
+
 test_done