aboutsummaryrefslogtreecommitdiff
path: root/tests/test_conda.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_conda.c')
-rw-r--r--tests/test_conda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_conda.c b/tests/test_conda.c
index 49cf48b..72217fc 100644
--- a/tests/test_conda.c
+++ b/tests/test_conda.c
@@ -169,7 +169,7 @@ int main(int argc, char *argv[]) {
setenv("LANG", "C", 1);
bootstrap_build_info(&ctx);
- delivery_init(&ctx);
+ delivery_init(&ctx, INI_READ_RENDER);
STASIS_TEST_RUN(tests);