Unit Tests
- Added confirmation to prevent hang on various platforms.
This commit is contained in:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user