Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
real fix for Cygwin test failure (hopefully)
  • Loading branch information
lizmat committed Oct 3, 2014
1 parent fc926f7 commit 38b0a3c
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';

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

0 comments on commit 38b0a3c

Please sign in to comment.