pretty: add support for separator option in %(trailers)
[gitweb.git] / t / t1010-mktree.sh
index 3535761154bde43bc54dc62acf5c74fe5279dd5d..b946f8768649dd76d8a175877c63d49244e00ffb 100755 (executable)
@@ -42,13 +42,13 @@ test_expect_success 'ls-tree piped to mktree (2)' '
 '
 
 test_expect_success 'ls-tree output in wrong order given to mktree (1)' '
-       $PERL_PATH -e "print reverse <>" <top |
+       perl -e "print reverse <>" <top |
        git mktree >actual &&
        test_cmp tree actual
 '
 
 test_expect_success 'ls-tree output in wrong order given to mktree (2)' '
-       $PERL_PATH -e "print reverse <>" <top.withsub |
+       perl -e "print reverse <>" <top.withsub |
        git mktree >actual &&
        test_cmp tree.withsub actual
 '