summaryrefslogtreecommitdiff
path: root/tests/gdimagecopyrotated/bug00020.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/gdimagecopyrotated/bug00020.c')
-rw-r--r--tests/gdimagecopyrotated/bug00020.c2
1 files changed, 1 insertions, 1 deletions
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;
}