Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
cli: Set a working `EDITOR` env var in tests
Alexis Sellier committed 3 years ago
commit f8ee109aaaa2c82f29b8b71c8ec5f9d52658a51c
parent ff9903bf968754c47f4a6012173fe76bfeea364a
1 file changed +1 -0
modified radicle-cli/tests/commands.rs
@@ -46,6 +46,7 @@ fn test<'a>(
        .env("RAD_HOME", home.to_string_lossy())
        .env("RAD_PASSPHRASE", "radicle")
        .env("RAD_SEED", RAD_SEED)
+
        .env("EDITOR", "true")
        .env("TZ", "UTC")
        .env("LANG", "C")
        .env(radicle_cob::git::RAD_COMMIT_TIME, "1671125284")