mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-23 05:27:47 +02:00
Unit Tests
- Added confirmation to prevent hang on various platforms.
This commit is contained in:
parent
f2ae8a13fa
commit
09683f0bb9
1 changed files with 2 additions and 1 deletions
|
@ -33,7 +33,8 @@ use Test::More tests => 26;
|
|||
# Create the rc file.
|
||||
if (open my $fh, '>', 'uuid.rc')
|
||||
{
|
||||
print $fh "data.location=.\n";
|
||||
print $fh "data.location=.\n",
|
||||
"confirmation=off\n";
|
||||
close $fh;
|
||||
ok (-r 'uuid.rc', 'Created uuid.rc');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue