summaryrefslogtreecommitdiff
path: root/test/scale-offset-similar.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-04 18:32:57 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-04 18:32:57 +0100
commitfef3649953a3dcc3a17d9d5858f56690a8782501 (patch)
treef8f5002c8258424fc61c872a9f2e412d13449e8f /test/scale-offset-similar.c
parent2395bba1e66a2623cb288e13effc206f86e5e62e (diff)
downloadcairo-fef3649953a3dcc3a17d9d5858f56690a8782501.tar.gz
[script] Fix the trivial errors running the test suite
A few typos crept in breaking the script output and various refreshes of the expected results.
Diffstat (limited to 'test/scale-offset-similar.c')
-rw-r--r--test/scale-offset-similar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scale-offset-similar.c b/test/scale-offset-similar.c
index 379e761e6..5b92f1ac2 100644
--- a/test/scale-offset-similar.c
+++ b/test/scale-offset-similar.c
@@ -136,7 +136,7 @@ draw (cairo_t *cr, int width, int height)
CAIRO_TEST (scale_offset_similar,
"Tests drawing surfaces under various scales and transforms",
- "XFAIL=!ps,image,xlib-fallback surface scale-offset", /* keywords */
+ "XFAIL=!ps,image,xlib-fallback,script surface scale-offset", /* keywords */
NULL, /* requirements */
320, 320,
NULL, draw)