diff options
Diffstat (limited to 'third_party/git/t/t9810-git-p4-rcs.sh')
-rwxr-xr-x | third_party/git/t/t9810-git-p4-rcs.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/git/t/t9810-git-p4-rcs.sh b/third_party/git/t/t9810-git-p4-rcs.sh index 57b533dc6fba..e3836888ec8b 100755 --- a/third_party/git/t/t9810-git-p4-rcs.sh +++ b/third_party/git/t/t9810-git-p4-rcs.sh @@ -294,7 +294,6 @@ 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 && |