summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2020-11-23 16:58:14 +1300
committerRobert Ancell <robert.ancell@canonical.com>2020-11-24 10:23:22 +1300
commit12259539224924178a2b3a4a028c4aaca2a9dc90 (patch)
tree1f17664cad21fef273e635d30f2cb3b8a3b36238 /tests
parent763d9861dfad804114eb8d0448ad9df740fb920a (diff)
downloadgdk-pixbuf-12259539224924178a2b3a4a028c4aaca2a9dc90.tar.gz
Fix GIF tests broken due to a typo.
Regression introduced in e3adcf0c86dbd56b01d0d55f29a95065cbd95eb8.
Diffstat (limited to 'tests')
-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;