Skip to content

Commit

Permalink
fix copy test on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Axel 'fREW' Schmidt committed Dec 15, 2014
1 parent 55fe707 commit c762aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/copy.t
Expand Up @@ -6,7 +6,7 @@ use IO_All_Test;

my $ret = io->file("$t/img.jpg")->copy(o_dir() . '/img.jpg');
ok(io->file("$t/img.jpg")->binary->all eq $ret->binary->all, 'file copied correctly');
is($ret->name, io->file(o_dir(), 'img.jpg')->name, 'copy returns new obj');
is(f($ret->name), f(io->file(o_dir(), 'img.jpg')->name), 'copy returns new obj');

SKIP: {
skip 'requires File::Copy::Recursive', 2
Expand Down

0 comments on commit c762aea

Please sign in to comment.