--- cl-hunchentoot.orig/test/test.lisp
+++ cl-hunchentoot/test/test.lisp
@@ -479,8 +479,6 @@
   (with-html
     (:html
      (:head
-      (:link :rel "shortcut icon"
-       :href "/hunchentoot/test/favicon.ico" :type "image/x-icon")
       (:title "Hunchentoot test menu"))
      (:body
       (:h2 (str *headline*))
@@ -551,10 +549,6 @@
               (make-pathname :name "fz" :type "jpg" :version nil
                              :defaults *this-file*)
               "image/jpeg")
-             (create-static-file-dispatcher-and-handler
-              "/hunchentoot/test/favicon.ico"
-              (make-pathname :name "favicon" :type "ico" :version nil
-                             :defaults *this-file*))
              (create-folder-dispatcher-and-handler
               "/hunchentoot/code/"
               (make-pathname :name nil :type nil :version nil
