mirror of
https://github.com/git/git.git
synced 2026-03-13 18:33:25 +01:00
t7501-commit: Skip testing '--interactive'
msysgit does not yet support Git.pm, which is required by git commit --interactive. This commit modifies t7501 to skip testing git commit --interactive. Signed-off-by: Steffen Prohaska <prohaska@zib.de>
This commit is contained in:
@@ -119,6 +119,7 @@ test_expect_success \
|
||||
"echo 'gak' >file && \
|
||||
git-commit -m 'author' --author 'Rubber Duck <rduck@convoy.org>' -a"
|
||||
|
||||
echo "SKIP because msysgit does not support Git.pm" ||
|
||||
test_expect_success \
|
||||
"interactive add" \
|
||||
"echo 7 | git-commit --interactive | grep 'What now'"
|
||||
|
||||
Reference in New Issue
Block a user