Imported Upstream version 3.3.2
[debian/amanda] / installcheck / Amanda_Disklist.pl
index e64e3caed23ffcc1773cb3670fcac39e2fd151fb..da3a59ee8e9c2218663ec10739a6a5d34dad738d 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2008, 2010 Zmanda, Inc.  All Rights Reserved.
+# Copyright (c) 2008-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
@@ -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");