mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Upgraded to use the new template.
This commit is contained in:
parent
299827cfb0
commit
db38534940
1 changed files with 1 additions and 1 deletions
|
@ -28,12 +28,12 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Test::More tests => 6;
|
use Test::More tests => 6;
|
||||||
use File::Basename;
|
|
||||||
|
|
||||||
# Ensure environment has no influence.
|
# Ensure environment has no influence.
|
||||||
delete $ENV{'TASKDATA'};
|
delete $ENV{'TASKDATA'};
|
||||||
delete $ENV{'TASKRC'};
|
delete $ENV{'TASKRC'};
|
||||||
|
|
||||||
|
use File::Basename;
|
||||||
my $ut = basename ($0);
|
my $ut = basename ($0);
|
||||||
my $rc = $ut . '.rc';
|
my $rc = $ut . '.rc';
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue