Imported Upstream version 3.2.0
[debian/amanda] / installcheck / amrestore.pl
index 6dda145dbba3893ad7417034941472369ae6353e..68fa8811f9e2cf4518eb7c33433632e7727039b0 100644 (file)
@@ -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) {