Skip to content

Commit 4577d26

Browse files
novalisgitster
authored andcommitted
t4060: remove unused variable
Signed-off-by: David Turner <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ebf3c04 commit 4577d26

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

t/t4060-diff-submodule-option-diff-format.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ test_expect_success 'typechanged submodule(submodule->blob)' '
361361
rm -f sm1 &&
362362
test_create_repo sm1 &&
363363
head6=$(add_file sm1 foo6 foo7)
364-
fullhead6=$(cd sm1; git rev-parse --verify HEAD)
365364
test_expect_success 'nonexistent commit' '
366365
git diff-index -p --submodule=diff HEAD >actual &&
367366
cat >expected <<-EOF &&

0 commit comments

Comments
 (0)