From 00596bee6943f617da1f8e020ad49581db55fc4b Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 5 Dec 2004 22:13:27 +0000 Subject: Patch for bug 271964: tests 1 and 3 from the testing suite shouldn't fail when $^X contains spaces; patch by me, r=jouni, a=justdave. --- t/001compile.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 't/001compile.t') diff --git a/t/001compile.t b/t/001compile.t index 69df08b6e..ee46a5a85 100644 --- a/t/001compile.t +++ b/t/001compile.t @@ -53,7 +53,7 @@ my $fh; } my @testitems = @Support::Files::testitems; -my $perlapp = $^X; +my $perlapp = "\"$^X\""; # Test the scripts by compiling them -- cgit v1.2.3-24-g4f1b