Skip to content

Commit cac439b

Browse files
Martin Ågrengitster
authored andcommitted
t9810: drop debug cat call
We `cat` kwdelfile.c, but don't inspect or grab the contents in any way. This looks like a remnant from a debug session. Similar to the previous commit, one could argue that `cat`-ing the file verifies that it didn't disappear somehow. But because the very next thing we do after `cat`-ing the file is to `grep` in it, we can safely drop the call to `cat`. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 91de82a commit cac439b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t9810-git-p4-rcs.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,6 @@ test_expect_success 'cope with rcs keyword file deletion' '
294294
echo "\$Revision\$" >kwdelfile.c &&
295295
p4 add -t ktext kwdelfile.c &&
296296
p4 submit -d "Add file to be deleted" &&
297-
cat kwdelfile.c &&
298297
grep 1 kwdelfile.c
299298
) &&
300299
git p4 clone --dest="$git" //depot &&

0 commit comments

Comments
 (0)