X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2Famtape.pl;h=51ea4842d3e50d4fb984281ee56d28cebe8f024b;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=3a2beadb5be8a804de72e40e26e8f468fc5244d6;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/installcheck/amtape.pl b/installcheck/amtape.pl index 3a2bead..51ea484 100644 --- a/installcheck/amtape.pl +++ b/installcheck/amtape.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2009 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2009, 2010 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 @@ -17,6 +17,8 @@ # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com use Test::More tests => 42; +use strict; +use warnings; use lib "@amperldir@"; use Installcheck::Config; @@ -69,7 +71,7 @@ sub setup_vtapes { or BAIL_OUT("device error"); my $tlf = Amanda::Config::config_dir_relative(getconf($CNF_TAPELIST)); - my $tl = Amanda::Tapelist::read_tapelist($tlf); + my $tl = Amanda::Tapelist->new($tlf, 1); $tl->add_tapelabel("0", "TESTCONF13", "test tape"); $tl->write($tlf); }