Petr Rockai <[email protected]> writes: > this should fix the failure on Nicolas' buildslave (where I noticed > DARCS_EDITOR leaks into the test environment, which is something we > should cater for -- either by explicitly guarding in the tests like > this patch, or by filtering the environment more vigorously in > ShellHarness (which is probably somewhat more robust -- patches > welcome, I suppose). > > -not env -u TERM VISUAL=false </dev/null &>R/log \ > +not env -u TERM DARCS_EDITOR=false VISUAL=false </dev/null &>R/log \
In such cases I typically use env -i and then explicitly propagate only those environment variables I *know* are needed. I expect the equivalent of env -i would go in ShellHarness. _______________________________________________ darcs-users mailing list [email protected] http://lists.osuosl.org/mailman/listinfo/darcs-users
