Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
t/t7106-reset-unborn-branch.sh: Add PERL prerequisite
author
Kacper Kornet
<draenog@pld-linux.org>
Sat, 24 Aug 2013 04:01:46 +0000
(06:01 +0200)
committer
Junio C Hamano
<gitster@pobox.com>
Sun, 25 Aug 2013 06:58:44 +0000
(23:58 -0700)
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>
t/t7106-reset-unborn-branch.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a070221
)
diff --git
a/t/t7106-reset-unborn-branch.sh
b/t/t7106-reset-unborn-branch.sh
index 8062cf502bc473cee0d0788145f978b534246679..499cd88c8fb20516212193d8a4353991e2a1dbed 100755
(executable)
--- 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 &&