Skip to content

Commit c742f87

Browse files
draenoggitster
authored andcommitted
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 <[email protected]> Reviewed-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a070221 commit c742f87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7106-reset-unborn-branch.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ test_expect_success 'reset $file' '
2727
test "$(git ls-files)" = "b"
2828
'
2929

30-
test_expect_success 'reset -p' '
30+
test_expect_success PERL 'reset -p' '
3131
rm .git/index &&
3232
git add a &&
3333
echo y | git reset -p &&

0 commit comments

Comments
 (0)