~n3npq/lsb/distribution-checker

« back to all changes in this revision

Viewing changes to utils/Tests/Desktop_t2c_test.pm

  • Committer: biga
  • Date: 2009-06-02 12:23:46 UTC
  • Revision ID: biga@spidey.linux-foundation.org-20090602122346-qf0f7hls7hwtfxoc
VersionĀ 4.0.1.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
        
110
110
        # Find the journal file and copy it to where it should be.
111
111
        is_ok $self->copy_file_globbed( $self->{RESULTS_DIR}."/0*/journal", $self->journal_file )
112
 
                or $self->report_error($Error::Last);
 
112
                or $self->report_error(complain $Error::Last);
113
113
        
114
114
        return 1;
115
115
}