summaryrefslogtreecommitdiffstats
path: root/t/001compile.t
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2004-12-05 23:13:27 +0100
committerjocuri%softhome.net <>2004-12-05 23:13:27 +0100
commit00596bee6943f617da1f8e020ad49581db55fc4b (patch)
treee2d14ba5655971f1307d09e73bb19ea003264d51 /t/001compile.t
parent41f1a258127fea019a3349cbe8d4fd1b6d8b616e (diff)
downloadbugzilla-00596bee6943f617da1f8e020ad49581db55fc4b.tar.gz
bugzilla-00596bee6943f617da1f8e020ad49581db55fc4b.tar.xz
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.
Diffstat (limited to 't/001compile.t')
-rw-r--r--t/001compile.t2
1 files changed, 1 insertions, 1 deletions
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