From: Kacper Kornet Date: Sat, 24 Aug 2013 04:01:46 +0000 (+0200) Subject: t/t7106-reset-unborn-branch.sh: Add PERL prerequisite X-Git-Tag: v1.8.5-rc0~133^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/c742f870ce29c145db57d7bc922bc0a4850a32a6?hp=--cc 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 Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- c742f870ce29c145db57d7bc922bc0a4850a32a6 diff --git a/t/t7106-reset-unborn-branch.sh b/t/t7106-reset-unborn-branch.sh index 8062cf502b..499cd88c8f 100755 --- a/t/t7106-reset-unborn-branch.sh +++ b/t/t7106-reset-unborn-branch.sh @@ -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 &&