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:
Steffen Prohaska
2007-12-08 15:33:04 +01:00
parent 8da335b3fa
commit a1e84247e9

View File

@@ -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'"