X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2Famgetconf.pl;h=eb0a869dc7c7bdbb7b36b93f3fde636869485774;hb=d65404863e3d293566f37e99a062a7524eff623f;hp=5ae66d92887362d551af9ba5f4a4c4dd0f0492cb;hpb=8eb7e8e19f1373f6be7f1f7837b997748ce31d0e;p=debian%2Famanda diff --git a/installcheck/amgetconf.pl b/installcheck/amgetconf.pl index 5ae66d9..eb0a869 100644 --- a/installcheck/amgetconf.pl +++ b/installcheck/amgetconf.pl @@ -1,8 +1,9 @@ -# Copyright (c) 2007, 2008, 2009, 2010 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2007-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 -# by the Free Software Foundation. +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY @@ -216,7 +217,7 @@ is_deeply([sort(+split(qr/\n/, run_get('amgetconf', 'TESTCONF', 'device_property $testconf = Installcheck::Config->new(); $testconf->add_tapetype("cassette", [ length => "32 k" ]); $testconf->add_tapetype("reel2reel", [ length => "1 M" ]); -$testconf->add_tapetype("scotch", [ length => "500 bytes" ]); # (use a sharpie) +$testconf->add_tapetype("scotch", [ length => "512000 bytes" ]); $testconf->add_dumptype("testdump", [ comment => '"testdump-dumptype"', auth => '"bsd"' ]); $testconf->add_dumptype("testdump1", [ inherit => 'testdump' ]);