X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=installcheck%2Famtapetype.pl;h=c8cd108b7150b5c389fab4927cbf13cc938afdb7;hb=b116e9366c7b2ea2c2eb53b0a13df4090e176235;hp=c1b2040b703a11fe532fc72782c733f646d4e34a;hpb=fd48f3e498442f0cbff5f3606c7c403d0566150e;p=debian%2Famanda diff --git a/installcheck/amtapetype.pl b/installcheck/amtapetype.pl index c1b2040..c8cd108 100644 --- a/installcheck/amtapetype.pl +++ b/installcheck/amtapetype.pl @@ -17,6 +17,8 @@ # Sunnyvale, CA 94086, USA, or: http://www.zmanda.com use Test::More tests => 5; +use strict; +use warnings; use lib "@amperldir@"; use Installcheck::Run qw(run run_get run_err vtape_dir); @@ -48,5 +50,5 @@ ok(run_err('amtapetype', 'TESTCONF', 'smallvtape'), "a second run on the same device fails because -f isn't used") or die; like(run_get('amtapetype', 'TESTCONF', '-f', '-b', '33000', 'smallvtape'), - qr/add device_property/, + qr/add device-property/, "with a non-kilobyte block size, directs user to add a device_property");