]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 311091: Remove unused image files ant.jpg and skins/standard/index/front.jpg...
authorlpsolit%gmail.com <>
Fri, 7 Oct 2005 03:33:46 +0000 (03:33 +0000)
committerlpsolit%gmail.com <>
Fri, 7 Oct 2005 03:33:46 +0000 (03:33 +0000)
ant.jpg [deleted file]
skins/standard/index/front.jpg [deleted file]
testserver.pl

diff --git a/ant.jpg b/ant.jpg
deleted file mode 100644 (file)
index 7cfaaed..0000000
Binary files a/ant.jpg and /dev/null differ
diff --git a/skins/standard/index/front.jpg b/skins/standard/index/front.jpg
deleted file mode 100644 (file)
index 7cfaaed..0000000
Binary files a/skins/standard/index/front.jpg and /dev/null differ
index b768dc939c698d739b0b97d4e7ba5d685c5bc311..7d3e2b15ccf78139a9d13abee481b767012c1d37 100755 (executable)
@@ -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);