mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Bug #1251
- #1251 tests should sanitize TASKDATA and TASKRC env vars (thanks to Jakub Wilk).
This commit is contained in:
parent
a295ddce2d
commit
ada6e49dab
241 changed files with 985 additions and 1 deletions
|
@ -32,6 +32,10 @@ use File::Copy;
|
|||
use File::Path;
|
||||
use Test::More tests => 16;
|
||||
|
||||
# Ensure environment has no influence.
|
||||
delete $ENV{'TASKDATA'};
|
||||
delete $ENV{'TASKRC'};
|
||||
|
||||
mkdir("1", 0755);
|
||||
mkdir("2", 0755);
|
||||
mkdir("dropbox", 0755);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue