Unit Tests

- Added confirmation to prevent hang on various platforms.
This commit is contained in:
Paul Beckingham 2013-02-08 15:15:01 -05:00
parent f2ae8a13fa
commit 09683f0bb9

View file

@ -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');
}