pager test: make fake pager consume all its input
[gitweb.git] / t / t5551-http-fetch.sh
index fb16833f7673ed33cd097b98e4ca91df1a89b135..afb439e09c2db4853c6eba88a1e630f319337cf8 100755 (executable)
@@ -235,7 +235,7 @@ test_expect_success EXPENSIVE 'create 50,000 tags in the repo' '
        done | git fast-import --export-marks=marks &&
 
        # now assign tags to all the dangling commits we created above
-       tag=$("$PERL_PATH" -e "print \"bla\" x 30") &&
+       tag=$(perl -e "print \"bla\" x 30") &&
        sed -e "s|^:\([^ ]*\) \(.*\)$|\2 refs/tags/$tag-\1|" <marks >>packed-refs
        )
 '