summaryrefslogtreecommitdiff
path: root/test/create-from-png-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/create-from-png-stream.c')
-rw-r--r--test/create-from-png-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/create-from-png-stream.c b/test/create-from-png-stream.c
index e03ccc748..3d1957dba 100644
--- a/test/create-from-png-stream.c
+++ b/test/create-from-png-stream.c
@@ -53,7 +53,7 @@ draw (cairo_t *cr, int width, int height)
cairo_surface_t *surface;
xasprintf (&filename, "%s/%s", ctx->srcdir,
- "create-from-png-stream-ref.png");
+ "create-from-png-stream.ref.png");
file = fopen (filename, "rb");
if (file == NULL) {