X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=installcheck%2Famadmin.pl;h=38681174096643c454ba26532ea1f025d9a08522;hb=cd0b924f27312d57bd42f6c4fae2b795139e2d0b;hp=800748554d07980174808cf4933404cad292833c;hpb=011a59f5a54864108a16af570a6b287410597cc2;p=debian%2Famanda diff --git a/installcheck/amadmin.pl b/installcheck/amadmin.pl index 8007485..3868117 100644 --- a/installcheck/amadmin.pl +++ b/installcheck/amadmin.pl @@ -16,7 +16,7 @@ # Contact information: Zmanda Inc, 465 S Mathilda Ave, Suite 300 # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com -use Test::More tests => 16; +use Test::More tests => 17; use strict; use warnings; @@ -117,3 +117,6 @@ like(run_get('amadmin TESTCONF force localhost share-\*'), amadmin: localhost:\\\\windows\\share-b is set to a forced level 0 at next run.$/, "shell 12"); +like(run_get('amadmin TESTCONF force localhost share-a share-a'), + qr/^amadmin: localhost:\\\\windows\\share-a is set to a forced level 0 at next run.$/, + "shell 13");