t/t7106-reset-unborn-branch.sh: Add PERL prerequisite
The test 'reset -p' uses git-reset -p, so it depends on the perl code. Signed-off-by: Kacper Kornet <draenog@pld-linux.org> Reviewed-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
a070221eed
commit
c742f870ce
@ -27,7 +27,7 @@ test_expect_success 'reset $file' '
|
||||
test "$(git ls-files)" = "b"
|
||||
'
|
||||
|
||||
test_expect_success 'reset -p' '
|
||||
test_expect_success PERL 'reset -p' '
|
||||
rm .git/index &&
|
||||
git add a &&
|
||||
echo y | git reset -p &&
|
||||
|
Loading…
Reference in New Issue
Block a user