From: Jeff King Date: Thu, 29 Aug 2019 15:19:18 +0000 (-0400) Subject: t9300: drop some useless uses of cat X-Git-Tag: v2.24.1~1^2~1^2~1^2~3^2~3^2~1^2~1^2~2^2~2^2~2^2~8^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f94804c1f2626831c6bdf8cc269a571324e3f2f2;p=thirdparty%2Fgit.git t9300: drop some useless uses of cat These waste a process, and make the line longer than it needs to be. Signed-off-by: Jeff King --- diff --git a/t/t9300-fast-import.sh b/t/t9300-fast-import.sh index d47560b634..1d2a7516fd 100755 --- a/t/t9300-fast-import.sh +++ b/t/t9300-fast-import.sh @@ -2125,12 +2125,12 @@ test_expect_success 'R: export-marks feature results in a marks file being creat EOF - cat input | git fast-import && + git fast-import output && + git fast-import 2>output