X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=installcheck%2Famvault.pl;h=b8a3971fe6db89355bedd67b3f89d7050470513a;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=370b23be10b615380ab44d860e76aff81964c760;hpb=011a59f5a54864108a16af570a6b287410597cc2;p=debian%2Famanda diff --git a/installcheck/amvault.pl b/installcheck/amvault.pl index 370b23b..b8a3971 100644 --- a/installcheck/amvault.pl +++ b/installcheck/amvault.pl @@ -96,7 +96,6 @@ ok(run("$sbindir/amvault", 'TESTCONF'), "amvault runs!") or diag($Installcheck::Run::stderr); - my @tert_files = glob("$vtape_root/slot1/0*"); ok(@tert_files > 0, "..and files appear on the tertiary volume!"); @@ -237,6 +236,7 @@ EOF }; Amanda::MainLoop::call_later(sub { $chg->inventory(inventory_cb => $inventory_cb); }); Amanda::MainLoop::run(); + $chg->quit(); # find TESTCONF02 in the inventory, and check that it is in an i/e slot my $notfound = "tertiary volume not found";