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:
Kacper Kornet 2013-08-24 06:01:46 +02:00 committed by Junio C Hamano
parent a070221eed
commit c742f870ce

View File

@ -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 &&