Support "**" wildcard in .gitignore and .gitattributes
[gitweb.git] / t / t5300-pack-object.sh
index a97bb74811c8d10b1da83918a8c7c5ac62cdeb42..4fd69a19ebab07cc0ca784b63a7f02ddd613f306 100755 (executable)
@@ -13,9 +13,9 @@ TRASH=`pwd`
 test_expect_success \
     'setup' \
     'rm -f .git/index* &&
-     $PERL_PATH -e "print \"a\" x 4096;" > a &&
-     $PERL_PATH -e "print \"b\" x 4096;" > b &&
-     $PERL_PATH -e "print \"c\" x 4096;" > c &&
+     "$PERL_PATH" -e "print \"a\" x 4096;" > a &&
+     "$PERL_PATH" -e "print \"b\" x 4096;" > b &&
+     "$PERL_PATH" -e "print \"c\" x 4096;" > c &&
      test-genrandom "seed a" 2097152 > a_big &&
      test-genrandom "seed b" 2097152 > b_big &&
      git update-index --add a a_big b b_big c &&
@@ -129,7 +129,7 @@ test_expect_success \
 cd "$TRASH"
 
 test_expect_success 'compare delta flavors' '
-       $PERL_PATH -e '\''
+       "$PERL_PATH" -e '\''
                defined($_ = -s $_) or die for @ARGV;
                exit 1 if $ARGV[0] <= $ARGV[1];
        '\'' test-2-$packname_2.pack test-3-$packname_3.pack