aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/test_conda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_conda.c b/tests/test_conda.c
index bbbef3c..4d0b4d8 100644
--- a/tests/test_conda.c
+++ b/tests/test_conda.c
@@ -26,6 +26,7 @@ void test_micromamba() {
for (size_t i = 0; i < sizeof(tc) / sizeof(*tc); i++) {
struct testcase *item = &tc[i];
+ STASIS_ASSERT(micromamba_install(&item->mminfo) == 0, "micromamba installation failed");
int result = micromamba(&item->mminfo, (char *) item->cmd);
if (result > 0) {
result = result >> 8;