From f10c930ad4961133db0c6785c75371b5c98b3834 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Tue, 12 Jul 2016 16:24:36 +0700 Subject: #249, use gdTestFilePath, fix dirname --- tests/gdimagecopyrotated/bug00020.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gdimagecopyrotated/bug00020.c b/tests/gdimagecopyrotated/bug00020.c index 3a09e3a..df29450 100644 --- a/tests/gdimagecopyrotated/bug00020.c +++ b/tests/gdimagecopyrotated/bug00020.c @@ -19,7 +19,7 @@ int main() im2 = gdImageCreateTrueColor(width, width); gdImageCopyRotated(im2, im, width / 2, width / 2, 0,0, width, width, 60); - path = gdTestFilePath2("png", "bug00020_exp.png"); + path = gdTestFilePath2("gdimagecopyrotated", "bug00020_exp.png"); if (!gdAssertImageEqualsToFile(path, im2)) { error = 1; } -- cgit v1.2.1