mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-03 22:59:39 +02:00
More test fixes for builddir != srcdir
This commit is contained in:
@@ -69,7 +69,7 @@ gint main (gint argc, gchar * argv[])
|
||||
if (g_getenv ("G_TEST_DATA"))
|
||||
datapath = g_getenv ("G_TEST_DATA");
|
||||
else
|
||||
datapath = ".";
|
||||
datapath = SRCDIR;
|
||||
|
||||
filename = g_build_filename (datapath, "iochannel-test-infile", NULL);
|
||||
|
||||
|
Reference in New Issue
Block a user