summaryrefslogtreecommitdiff
path: root/lib/AutoSplit.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-10-26 14:53:56 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-10-26 14:53:56 +0000
commit57e04fb8193e86515c03190f068b95181c660909 (patch)
treeb39ff59b86f096c8acc425ca8707c9ff5078c3e4 /lib/AutoSplit.t
parentc46d503802f31479fba8780314217baa664936af (diff)
downloadperl-57e04fb8193e86515c03190f068b95181c660909.tar.gz
fix spurious AutoSplit.t failure under windows
p4raw-id: //depot/perl@12693
Diffstat (limited to 'lib/AutoSplit.t')
-rw-r--r--lib/AutoSplit.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/AutoSplit.t b/lib/AutoSplit.t
index 1506e7fa08..e913f344bb 100644
--- a/lib/AutoSplit.t
+++ b/lib/AutoSplit.t
@@ -269,7 +269,7 @@ is (&*MOD*::testtesttesttest4_2, "duplicate test 4");
is (&Just::Another::test5, "another test 5");
# very messy way to interpolate function into regexp, but it's going to be
# needed to get : for Mac filespecs
-like (&*MOD*::test6, qr!^*INC**PATHSEP**MOD*.pm \(autosplit into @{[File::Spec->catfile('*DIR*','*MOD*', 'test6.al')]}\):\d+$!);
+like (&*MOD*::test6, qr!^\Q*INC**PATHSEP**MOD*\E\.pm \(autosplit into \Q@{[File::Spec->catfile('*DIR*','*MOD*', 'test6.al')]}\E\):\d+$!);
ok (Yet::Another::AutoSplit->testtesttesttest4_1 eq "another test 4");
################################################################
## Name