From aa1ca23382eff2dbd3d2e1da5a4e045e149d0856 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Fri, 15 Jul 2011 09:55:51 +0200 Subject: [PATCH] remove the illegal pic, wget it instead --- tests/test.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/test.sh b/tests/test.sh index 66502db..8a93879 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -176,7 +176,12 @@ html_start # floor_tile3a: GPLv2+ # lift02: GPLv2+ # sunset: GPLv2+ + # amelia: no license +if ! [ -f "amelia.tga" ]; then + wget -qO- "http://www.godoon.com/gallery/media/slayers/amelia-wil-tesla-saillune/49212997-d81e-11df-8228-a8bfc396a36f.jpg" | convert JPG:- amelia.tga +fi + for i in dxtfail floor_tread01 floor_tread01_norm fract001 base_concrete1a disabled floor_tile3a lift02 sunset amelia noise noise_solid supernova; do html_rowstart "$i" -- 2.11.0