]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9300-fast-import.sh
tests: enclose $PERL_PATH in double quotes
[thirdparty/git.git] / t / t9300-fast-import.sh
index 007e5af5f469664c89d2006fdc55a5fa85946582..11f977bec2e3b913a4beed59643be01ccad86435 100755 (executable)
@@ -12,7 +12,7 @@ test_description='test git fast-import utility'
 # This could be written as "head -c $1", but IRIX "head" does not
 # support the -c option.
 head_c () {
-       $PERL_PATH -e '
+       "$PERL_PATH" -e '
                my $len = $ARGV[1];
                while ($len > 0) {
                        my $s;