aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2026-04-09 02:04:22 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2026-04-09 02:04:22 -0400
commite800cc620976bf6ea8198ac66811f4596b6a3af1 (patch)
tree04255d8aa35cd689837614aa5c74bc8629037827
parent3a00d248ca2a3ab9de44fc60cc6dd042ff512804 (diff)
downloadstasis-realloc-sefault-tests_add.tar.gz
python3, not pythonrealloc-sefault-tests_add
-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 4d437e4..1d05e7e 100644
--- a/tests/test_conda.c
+++ b/tests/test_conda.c
@@ -20,7 +20,7 @@ void test_micromamba() {
struct testcase tc[] = {
{.mminfo = {.micromamba_prefix = mm_prefix, .conda_prefix = c_prefix}, .cmd = "info", .result = 0},
{.mminfo = {.micromamba_prefix = mm_prefix, .conda_prefix = c_prefix}, .cmd = "env list", .result = 0},
- {.mminfo = {.micromamba_prefix = mm_prefix, .conda_prefix = c_prefix}, .cmd = "run python -V", .result = 0},
+ {.mminfo = {.micromamba_prefix = mm_prefix, .conda_prefix = c_prefix}, .cmd = "run python3 -V", .result = 0},
{.mminfo = {.micromamba_prefix = mm_prefix, .conda_prefix = c_prefix}, .cmd = "no_such_option", .result = 109},
};