Imported Upstream version 3.3.0
[debian/amanda] / installcheck / Amanda_Disklist.pl
index e64e3caed23ffcc1773cb3670fcac39e2fd151fb..4d649349703c08ac2ef7c5fd8ea5ebaf01a74c6a 100644 (file)
@@ -57,7 +57,7 @@ my ($x, $d, @list);
 
 $x = Amanda::Disklist::get_host("otherbox");
 ok($x, "get_host returns a host");
-is($x->{'auth'}, 'BSD', "..host has correct auth");
+is($x->{'auth'}, 'BSDTCP', "..host has correct auth");
 is_deeply([ sort @{$x->{'disks'}} ],
          [ sort "/disk1", "/disk2", "/home" ],
          "..and three disks");