git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a070221
)
t/t7106-reset-unborn-branch.sh: Add PERL prerequisite
author
Kacper Kornet
<redacted>
Sat, 24 Aug 2013 04:01:46 +0000
(06:01 +0200)
committer
Junio C Hamano
<redacted>
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 <redacted>
Reviewed-by: Jonathan Nieder <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t7106-reset-unborn-branch.sh
patch
|
blob
|
history
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 &&
git clone https://git.99rst.org/PROJECT