summaryrefslogtreecommitdiff
path: root/tests/test-varint.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-varint.c')
-rw-r--r--tests/test-varint.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-varint.c b/tests/test-varint.c
index e86c008f..3fea805e 100644
--- a/tests/test-varint.c
+++ b/tests/test-varint.c
@@ -58,7 +58,8 @@ int
main (int argc, char **argv)
{
- g_setenv ("GIO_USE_VFS", "local", TRUE);
+ gboolean is_ok = g_setenv ("GIO_USE_VFS", "local", TRUE);
+ g_assert (is_ok == TRUE);
g_test_init (&argc, &argv, NULL);