summaryrefslogtreecommitdiff
path: root/test/get-xrender-format.c
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-08-11 15:06:10 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-08-11 15:06:31 -0400
commitb176b5c29d931bfab16601dcb89dd6b6728bc386 (patch)
tree53212ac06cc63876f2962614ad42b51c7bcd40e4 /test/get-xrender-format.c
parentbbd5f03fd8b04b92c9f8f06a386894d88650c0b4 (diff)
[test/get-xrender-format.c] Don't fail if DISPLAY is not set
Diffstat (limited to 'test/get-xrender-format.c')
-rw-r--r--test/get-xrender-format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/get-xrender-format.c b/test/get-xrender-format.c
index 6678249e..9dec1d99 100644
--- a/test/get-xrender-format.c
+++ b/test/get-xrender-format.c
@@ -47,7 +47,7 @@ main (void)
cairo_test_log ("Error: Cannot open display: %s.\n",
XDisplayName (NULL));
cairo_test_fini ();
- return CAIRO_TEST_UNTESTED;
+ return CAIRO_TEST_SUCCESS;
}
screen = DefaultScreen (dpy);