diff options
-rw-r--r-- | ant.jpg | bin | 8474 -> 0 bytes | |||
-rw-r--r-- | skins/standard/index/front.jpg | bin | 8474 -> 0 bytes | |||
-rwxr-xr-x | testserver.pl | 8 |
3 files changed, 4 insertions, 4 deletions
diff --git a/ant.jpg b/ant.jpg Binary files differdeleted file mode 100644 index 7cfaaed63..000000000 --- a/ant.jpg +++ /dev/null diff --git a/skins/standard/index/front.jpg b/skins/standard/index/front.jpg Binary files differdeleted file mode 100644 index 7cfaaed63..000000000 --- a/skins/standard/index/front.jpg +++ /dev/null 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); |