test: Update refernece dir for create-from-png-stream

It tries to load its reference image and fails because I moved it.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2011-09-15 17:06:51 +01:00
parent 8e827e2cbb
commit e5d890e1ea

View file

@ -54,7 +54,7 @@ draw (cairo_t *cr, int width, int height)
cairo_surface_t *surface;
cairo_status_t status;
xasprintf (&filename, "%s/%s", ctx->srcdir,
xasprintf (&filename, "%s/reference/%s", ctx->srcdir,
"create-from-png-stream.ref.png");
file = fopen (filename, "rb");