~ubuntu-branches/ubuntu/trusty/libfilesys-smbclient-perl/trusty

« back to all changes in this revision

Viewing changes to t/03tie_perl56.t

  • Committer: Bazaar Package Importer
  • Author(s): Gunnar Wolf
  • Date: 2006-11-29 19:13:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061129191355-awvqavnxwbhbyg27
Tags: 3.1-1
* New upstream release (Closes: #329542)
* Sorry, taking over the package due to its maintainer being MIA,
  putting it in the Debian Perl Group's loving hands

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
 
45
45
  # Create a file with open / tie
46
46
  local *FD;
47
 
  tie(*FD, 'Filesys::SmbClient');
 
47
  tie(*FD, 'Filesys::SmbClient', undef, undef, %param);
48
48
  ok(open(FD, ">$server/toto/tata"),
49
49
     "TIE: open to create a file")
50
50
    or diag("With $!");