Commit 73895d59 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 311091: Remove unused image files ant.jpg and skins/standard/index/front.jpg…

Bug 311091: Remove unused image files ant.jpg and skins/standard/index/front.jpg - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
parent 1cf7bfe7
...@@ -83,14 +83,14 @@ to validate webservergroup.\n"; ...@@ -83,14 +83,14 @@ to validate webservergroup.\n";
} }
# Try to fetch a static file (ant.jpg) # Try to fetch a static file (front.png)
$ARGV[0] =~ s/\/$//; $ARGV[0] =~ s/\/$//;
my $url = $ARGV[0] . "/ant.jpg"; my $url = $ARGV[0] . "/skins/standard/index/front.png";
if (fetch($url)) { if (fetch($url)) {
print "TEST-OK Got ant picture.\n"; print "TEST-OK Got front picture.\n";
} else { } else {
print print
"TEST-FAILED Fetch of ant.jpg failed "TEST-FAILED Fetch of skins/standard/index/front.png failed
Your webserver could not fetch $url. Your webserver could not fetch $url.
Check your webserver configuration and try again.\n"; Check your webserver configuration and try again.\n";
exit(1); exit(1);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment