~vcs-imports/amanda/trunk

« back to all changes in this revision

Viewing changes to installcheck/taper.pl

  • Committer: martinea
  • Date: 2018-02-07 14:04:55 UTC
  • Revision ID: svn-v4:a8d146d6-cc15-0410-8900-af154a0219e0:amanda/trunk:7694
* installcheck/taper.pl: Fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
761
761
like(taper_reply, qr/^NEW-TAPE worker0-0 $handle TESTCONF01$/,
762
762
        "got proper NEW-TAPE worker0-0 $handle") or die;
763
763
like(taper_reply, qr/^READY worker0-0 $handle/);
764
 
like(taper_reply, qr/^PARTIAL worker0-0 $handle INPUT-GOOD TAPE-ERROR "8960acbb:1575936" "\[sec [\d.]+ bytes 0 kps [\d.]+\]" "" "No space left on device: more than MAX_VOLUME_USAGE bytes written, splitting not enabled"$/,
 
764
like(taper_reply, qr/^PARTIAL worker0-0 $handle INPUT-GOOD TAPE-ERROR "[0-9a-f]{8}:\d+" "\[sec [\d.]+ bytes 0 kps [\d.]+\]" "" "No space left on device: more than MAX_VOLUME_USAGE bytes written, splitting not enabled"$/,
765
765
        "got PARTIAL") or die;
766
766
# retry on the next tape
767
767
$handle = "11-88899";