about summary refs log tree commit diff
path: root/third_party/git/t/t9810-git-p4-rcs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/git/t/t9810-git-p4-rcs.sh')
-rwxr-xr-xthird_party/git/t/t9810-git-p4-rcs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/git/t/t9810-git-p4-rcs.sh b/third_party/git/t/t9810-git-p4-rcs.sh
index e3836888ec..57b533dc6f 100755
--- a/third_party/git/t/t9810-git-p4-rcs.sh
+++ b/third_party/git/t/t9810-git-p4-rcs.sh
@@ -294,6 +294,7 @@ test_expect_success 'cope with rcs keyword file deletion' '
 		echo "\$Revision\$" >kwdelfile.c &&
 		p4 add -t ktext kwdelfile.c &&
 		p4 submit -d "Add file to be deleted" &&
+		cat kwdelfile.c &&
 		grep 1 kwdelfile.c
 	) &&
 	git p4 clone --dest="$git" //depot &&