mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Fixed hook tests that broke when 'hooks' was renamed to 'extensions'.
This commit is contained in:
parent
d7cbd46653
commit
75fd846399
2 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ use Test::More tests => 8;
|
|||
if (open my $fh, '>', 'hook.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"hooks=on\n",
|
||||
"extensions=on\n",
|
||||
"hook.on-exit=" . $ENV{'PWD'} . "/hook:test\n";
|
||||
close $fh;
|
||||
ok (-r 'hook.rc', 'Created hook.rc');
|
||||
|
|
|
@ -34,7 +34,7 @@ use Test::More tests => 8;
|
|||
if (open my $fh, '>', 'hook.rc')
|
||||
{
|
||||
print $fh "data.location=.\n",
|
||||
"hooks=on\n",
|
||||
"extensions=on\n",
|
||||
"hook.on-launch=" . $ENV{'PWD'} . "/hook:test\n";
|
||||
close $fh;
|
||||
ok (-r 'hook.rc', 'Created hook.rc');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue