diff options
author | Benjamin Otte <otte@redhat.com> | 2015-09-24 13:18:01 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2015-10-13 02:56:47 +0200 |
commit | cfb0de7a421fb93e6b415f666494824722a26739 (patch) | |
tree | d01d946947515d191b4bfecc902726602d0ff524 /tests/pixbuf-threads.c | |
parent | b491e530ba3745bcf1713799fb2b8a49572cb7c1 (diff) | |
download | gdk-pixbuf-cfb0de7a421fb93e6b415f666494824722a26739.tar.gz |
tests: Move test images
Make test-images/ a directory only containing subdirectories for ease of
maintenance.
Move all images from that directory to test-images/randomly-modified.
Diffstat (limited to 'tests/pixbuf-threads.c')
-rw-r--r-- | tests/pixbuf-threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pixbuf-threads.c b/tests/pixbuf-threads.c index 0afb64617..7a56222c9 100644 --- a/tests/pixbuf-threads.c +++ b/tests/pixbuf-threads.c @@ -34,7 +34,7 @@ load_image (gpointer data, GError *error = NULL; loader = gdk_pixbuf_loader_new (); - path = g_test_get_filename (G_TEST_DIST, "test-images", filename, NULL); + path = g_test_get_filename (G_TEST_DIST, "test-images/randomly-modified", filename, NULL); g_test_message ("reading %s", path); file = fopen (path, "r"); |