|
Package: emacs
Severity: minor
Version: 28.0.50
tramp-test33-environment-variables fails on hydra.nixos since
e5f50f32f76bab2607d77f0dc51cf81ec0c1e232.
It seems to me that:
(string-match-p (regexp-quote envvar) "printenv")
isn't a robust way to test if ENVVAR is (not) set, because it can
falsely match on $_=ENVVAR.
|