From 12259539224924178a2b3a4a028c4aaca2a9dc90 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Mon, 23 Nov 2020 16:58:14 +1300 Subject: Fix GIF tests broken due to a typo. Regression introduced in e3adcf0c86dbd56b01d0d55f29a95065cbd95eb8. --- tests/pixbuf-gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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; -- cgit v1.2.1