Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Oops, forgot an .IO
  • Loading branch information
lizmat committed Oct 3, 2014
1 parent 38b0a3c commit 9a78867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S32-io/io-path-cygwin.t
Expand Up @@ -6,7 +6,7 @@ plan 50;

# Make sure we have a controlled environment
my $*SPEC = IO::Spec::Cygwin;
my $*CWD = '\\zip\\loc';
my $*CWD = '\\zip\\loc'.IO;

my $relpath = IO::Path::Cygwin.new('foo/bar' );
my $abspath = IO::Path::Cygwin.new('/foo/bar');
Expand Down

0 comments on commit 9a78867

Please sign in to comment.