Imported Upstream version 3.3.0
[debian/amanda] / installcheck / Amanda_Changer_single.pl
index f2c42cf5f4879e52651994789d59824f6df815c3..1f876d69f1e643f2ed3d0f60592a89456a6054ec 100644 (file)
@@ -104,8 +104,10 @@ die "$chg" if $chg->isa("Amanda::Changer::Error");
     $get_info->();
     Amanda::MainLoop::run();
 }
+$chg->quit();
 
 $chg = Amanda::Changer->new("chg-single:bogus:device");
 is("$chg",
     "chg-single: error opening device 'bogus:device': Device type bogus is not known.",
     "bogus device name detected early");
+$chg->quit();