Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
another fix for cygwin
  • Loading branch information
lizmat committed Oct 3, 2014
1 parent d13c1a2 commit fc926f7
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 fc926f7

Please sign in to comment.