- #1251 tests should sanitize TASKDATA and TASKRC env vars (thanks to Jakub
  Wilk).
This commit is contained in:
Paul Beckingham 2013-09-07 13:22:27 -04:00
parent a295ddce2d
commit ada6e49dab
241 changed files with 985 additions and 1 deletions

View file

@ -31,6 +31,10 @@ use warnings;
use File::Path;
use Test::More tests => 15;
# Ensure environment has no influence.
delete $ENV{'TASKDATA'};
delete $ENV{'TASKRC'};
# Create the rc file, using rc.name:value.
unlink 'foo.rc';
rmtree 'foo', 0, 0;