diff --git a/test/uuid.t b/test/uuid.t index 026834568..1d97ad94f 100755 --- a/test/uuid.t +++ b/test/uuid.t @@ -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'); }