From: Karen Etheridge Date: Thu, 3 Oct 2013 19:37:58 +0000 (-0700) Subject: fix escaping of backslashes in win32 paths in test X-Git-Tag: 1.008020~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit%2Flocal-lib.git;a=commitdiff_plain;h=4a1c5f7fc04e6cd059351c6246a0852b683ef5b6 fix escaping of backslashes in win32 paths in test --- diff --git a/Changes b/Changes index 893dc4e..20fd674 100644 --- a/Changes +++ b/Changes @@ -1,5 +1,8 @@ Revision history for local::lib + - yet another attempt to overcome win32 testing issues (paths with + spaces, backslashes) + 1.008019 2013-09-29 (development release, unindexed) - another attempt to overcome win32 testing issues (paths with spaces, backslashes) diff --git a/t/taint-mode.t b/t/taint-mode.t index 073555a..6efe05e 100644 --- a/t/taint-mode.t +++ b/t/taint-mode.t @@ -22,17 +22,15 @@ local::lib->import($dir1); # local lib to the same temp dir. my ($fh, $filename) = tempfile('test_local_lib-XXXXX', DIR => Cwd::abs_path('t'), UNLINK => 1); -# escape backlslashes for embedding into generated script -$dir1 =~ s/\\/\\\\/g; - print $fh <