Merge branch 'jk/format-patch-am'
[gitweb.git] / t / t9500-gitweb-standalone-no-errors.sh
index 71ef0acb1ba64d36a7909b5308ab6b6e89c31466..f5648a669481e66f3cbbb87b769f0f939aad8fab 100755 (executable)
@@ -644,4 +644,12 @@ test_expect_success \
        'ctags: search projects by non existent tag' \
        'gitweb_run "by_tag=non-existent"'
 
+# ----------------------------------------------------------------------
+# categories
+
+test_expect_success \
+       'categories: projects list, only default category' \
+       'echo "\$projects_list_group_categories = 1;" >>gitweb_config.perl &&
+        gitweb_run'
+
 test_done