about summary refs log tree commit diff
path: root/third_party/git/t/t1406-submodule-ref-store.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t1406-submodule-ref-store.sh')
-rwxr-xr-xthird_party/git/t/t1406-submodule-ref-store.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/git/t/t1406-submodule-ref-store.sh b/third_party/git/t/t1406-submodule-ref-store.sh
index d199d872fb..36b7ef5046 100755
--- a/third_party/git/t/t1406-submodule-ref-store.sh
+++ b/third_party/git/t/t1406-submodule-ref-store.sh
@@ -75,7 +75,7 @@ test_expect_success 'for_each_reflog()' '
 '
 
 test_expect_success 'for_each_reflog_ent()' '
-	$RUN for-each-reflog-ent HEAD >actual && cat actual &&
+	$RUN for-each-reflog-ent HEAD >actual &&
 	head -n1 actual | grep first &&
 	tail -n2 actual | head -n1 | grep master.to.new
 '