From 73895d59f694c2f0b927d77f0a9ca65385139969 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Fri, 7 Oct 2005 03:33:46 +0000 Subject: Bug 311091: Remove unused image files ant.jpg and skins/standard/index/front.jpg - Patch by Olav Vitters r=LpSolit a=justdave --- testserver.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testserver.pl') diff --git a/testserver.pl b/testserver.pl index b768dc939..7d3e2b15c 100755 --- a/testserver.pl +++ b/testserver.pl @@ -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/\/$//; -my $url = $ARGV[0] . "/ant.jpg"; +my $url = $ARGV[0] . "/skins/standard/index/front.png"; if (fetch($url)) { - print "TEST-OK Got ant picture.\n"; + print "TEST-OK Got front picture.\n"; } else { print -"TEST-FAILED Fetch of ant.jpg failed +"TEST-FAILED Fetch of skins/standard/index/front.png failed Your webserver could not fetch $url. Check your webserver configuration and try again.\n"; exit(1); -- cgit v1.2.3-24-g4f1b