summaryrefslogtreecommitdiff
path: root/tests/test-rollsum-cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-rollsum-cli.c')
-rw-r--r--tests/test-rollsum-cli.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-rollsum-cli.c b/tests/test-rollsum-cli.c
index 44e3390c..2cf730d3 100644
--- a/tests/test-rollsum-cli.c
+++ b/tests/test-rollsum-cli.c
@@ -35,7 +35,8 @@ main (int argc, char **argv)
OstreeRollsumMatches *matches;
GMappedFile *mfile;
- g_setenv ("GIO_USE_VFS", "local", TRUE);
+ gboolean is_ok = g_setenv ("GIO_USE_VFS", "local", TRUE);
+ g_assert (is_ok == TRUE);
if (argc < 3)
return 1;