mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit Tests
- Corrected PATH in env command.
This commit is contained in:
parent
de5bee4353
commit
1a4916ff03
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ if (open my $fh, '>', 'export.rc')
|
|||
# Add two tasks, export, examine result.
|
||||
qx{../src/task rc:export.rc add priority:H project:A one};
|
||||
qx{../src/task rc:export.rc add +tag1 +tag2 two};
|
||||
diag (qx{env PATH=/usr/bin:../src ../scripts/add-ons/export-yaml.pl rc:export.rc > ./export.txt});
|
||||
qx{env PATH=../src:$ENV{PATH} ../scripts/add-ons/export-yaml.pl rc:export.rc > ./export.txt};
|
||||
|
||||
my @lines;
|
||||
if (open my $fh, '<', './export.txt')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue