diff options
Diffstat (limited to 't/003safesys.t')
-rw-r--r-- | t/003safesys.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/003safesys.t b/t/003safesys.t index af7a457b7..b4f41f61c 100644 --- a/t/003safesys.t +++ b/t/003safesys.t @@ -47,7 +47,7 @@ my $fh; } my @testitems = @Support::Files::testitems; -my $perlapp = $^X; +my $perlapp = "\"$^X\""; foreach my $file (@testitems) { $file =~ s/\s.*$//; # nuke everything after the first space (#comment) |