t9501: Skip testing load if we can't detect it
commit6448e0ce44295c5168628a658614f2915cc3cd1f
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Sat, 6 Feb 2010 05:00:40 +0000 (6 00:00 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2010 05:12:06 +0000 (5 21:12 -0800)
tree6801b380a49dc8319156b682a7e5b429a9cd72f6
parent71f1a216e74460ac9c36bc892ec215336b928e2e
t9501: Skip testing load if we can't detect it

Currently gitweb only knows how to check for load using /proc/loadavg,
which isn't available on all systems.  We shouldn't fail the test just
because we don't know how to check the system load.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9501-gitweb-standalone-http-status.sh