X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=installcheck%2Famadmin.pl;fp=installcheck%2Famadmin.pl;h=657c460535054ebe4bba05832f8028d577ee4918;hb=109540caa4e37a3663b3dcfb9a205b9609e3f561;hp=38681174096643c454ba26532ea1f025d9a08522;hpb=4c9eba1feb11adf189bceb4001c425e641f0b56a;p=debian%2Famanda diff --git a/installcheck/amadmin.pl b/installcheck/amadmin.pl index 3868117..657c460 100644 --- a/installcheck/amadmin.pl +++ b/installcheck/amadmin.pl @@ -1,4 +1,4 @@ -# Copyright (c) 2009, 2010 Zmanda, Inc. All Rights Reserved. +# Copyright (c) 2009-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 @@ -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 => 17; +use Test::More tests => 18; use strict; use warnings; @@ -120,3 +120,7 @@ amadmin: localhost:\\\\windows\\share-b is set to a forced level 0 at next run.$ 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"); + +like(run_get('amadmin TESTCONF balance --days 12'), + qr/No data to report on yet.$/, + "shell 13");