summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pixbuf-gif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pixbuf-gif.c b/tests/pixbuf-gif.c
index 04b337113..268742808 100644
--- a/tests/pixbuf-gif.c
+++ b/tests/pixbuf-gif.c
@@ -79,7 +79,7 @@ run_gif_test (gconstpointer data)
int i;
GError *error = NULL;
- if (!format_supported (filename))
+ if (!format_supported ("gif"))
{
g_test_skip ("GIF format not supported");
return;