mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Unit Tests
- Added rc.confirmation=off to unit tests to bypass the new, stringent confirmation rules.
This commit is contained in:
parent
75571a47de
commit
f04304d24b
8 changed files with 17 additions and 9 deletions
|
@ -33,7 +33,8 @@ use Test::More tests => 4;
|
|||
# Create the rc file.
|
||||
if (open my $fh, '>', 'append.rc')
|
||||
{
|
||||
print $fh "data.location=.\n";
|
||||
print $fh "data.location=.\n",
|
||||
"confirmation=off\n";
|
||||
close $fh;
|
||||
ok (-r 'append.rc', 'Created append.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue