X-Git-Url: https://git.gag.com/?p=debian%2Famanda;a=blobdiff_plain;f=installcheck%2Famrestore.pl;h=68fa8811f9e2cf4518eb7c33433632e7727039b0;hp=6dda145dbba3893ad7417034941472369ae6353e;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e diff --git a/installcheck/amrestore.pl b/installcheck/amrestore.pl index 6dda145..68fa881 100644 --- a/installcheck/amrestore.pl +++ b/installcheck/amrestore.pl @@ -271,7 +271,7 @@ SKIP: { { # write to the file my $xfer = Amanda::Xfer->new([ Amanda::Xfer::Source::Random->new(32768*40+280, 0xEEEEE), - Amanda::Xfer::Dest::Device->new($dev, 32768*5) ]); + Amanda::Xfer::Dest::Device->new($dev, 0) ]); $xfer->start(make_cb(xmsg_cb => sub { my ($src, $msg, $xfer) = @_; if ($msg->{'type'} == $XMSG_ERROR) {