From 53255625c07d8f24403f0cb1b5a4dbaac142e4da Mon Sep 17 00:00:00 2001 From: "Bryce W. Harrington" Date: Sun, 8 Sep 2013 20:10:04 +0000 Subject: svg, test: Refer to output filename by variable, not a hardcoded value Signed-off-by: Bryce Harrington Signed-off-by: Uli Schlachter --- test/svg-surface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/svg-surface.c b/test/svg-surface.c index c0cdc1616..8ee3b613c 100644 --- a/test/svg-surface.c +++ b/test/svg-surface.c @@ -122,7 +122,7 @@ preamble (cairo_test_context_t *ctx) cairo_destroy (cr); cairo_surface_destroy (surface); - printf ("svg-surface: Please check svg-surface.svg to make sure it looks happy.\n"); + printf ("svg-surface: Please check %s to make sure it looks happy.\n", filename); free (filename); return CAIRO_TEST_SUCCESS; } -- cgit v1.2.3