summaryrefslogtreecommitdiff
path: root/t/t7106-reset-unborn-branch.sh
diff options
context:
space:
mode:
authorKacper Kornet <draenog@pld-linux.org>2013-08-24 04:01:46 (GMT)
committerJunio C Hamano <gitster@pobox.com>2013-08-25 06:58:44 (GMT)
commitc742f870ce29c145db57d7bc922bc0a4850a32a6 (patch)
tree36dd325153033fe4938954ce5419f53e2a50f3fd /t/t7106-reset-unborn-branch.sh
parenta070221eed679f626fc1cc0e7ea07a1a12ac4626 (diff)
downloadgit-c742f870ce29c145db57d7bc922bc0a4850a32a6.zip
git-c742f870ce29c145db57d7bc922bc0a4850a32a6.tar.gz
git-c742f870ce29c145db57d7bc922bc0a4850a32a6.tar.bz2
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>
Diffstat (limited to 't/t7106-reset-unborn-branch.sh')
-rwxr-xr-xt/t7106-reset-unborn-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7106-reset-unborn-branch.sh b/t/t7106-reset-unborn-branch.sh
index 8062cf5..499cd88 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 &&