From d8f23ea46b2244fb5c2ae610637deed14db13704 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Thu, 12 Feb 2009 00:46:34 +0000 Subject: Bug 475063: Make the logged-out index.cgi simpler Patch By Guy Pyrzak r=mkanat, a=mkanat --- testserver.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testserver.pl') diff --git a/testserver.pl b/testserver.pl index d3cab1dc5..f7949948f 100755 --- a/testserver.pl +++ b/testserver.pl @@ -86,14 +86,14 @@ to validate webservergroup.\n"; } -# Try to fetch a static file (front.png) +# Try to fetch a static file (padlock.png) $ARGV[0] =~ s/\/$//; -my $url = $ARGV[0] . "/skins/standard/index/front.png"; +my $url = $ARGV[0] . "/images/padlock.png"; if (fetch($url)) { - print "TEST-OK Got front picture.\n"; + print "TEST-OK Got padlock picture.\n"; } else { print -"TEST-FAILED Fetch of skins/standard/index/front.png failed +"TEST-FAILED Fetch of images/padlock.png failed Your web server could not fetch $url. Check your web server configuration and try again.\n"; exit(1); -- cgit v1.2.3-24-g4f1b