X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2Famrestore.pl;h=032c9a6ad192128c1c7480a9b78d45fca942e4eb;hb=b829fe56cf4265ba6ae5fa22c99a1c60611a6a39;hp=6dda145dbba3893ad7417034941472369ae6353e;hpb=d5853102f67d85d8e169f9dbe973ad573306c215;p=debian%2Famanda diff --git a/installcheck/amrestore.pl b/installcheck/amrestore.pl index 6dda145..032c9a6 100644 --- a/installcheck/amrestore.pl +++ b/installcheck/amrestore.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2008-2012 Zmanda, Inc. All Rights Reserved. # # This program is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License version 2 as published @@ -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) {