From a1e84247e94e39fd8ff5dace0cfb9fa35c562a61 Mon Sep 17 00:00:00 2001 From: Steffen Prohaska Date: Sat, 8 Dec 2007 15:33:04 +0100 Subject: [PATCH] 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 --- t/t7501-commit.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh index 19c4b2c556..dd4bf28526 100755 --- a/t/t7501-commit.sh +++ b/t/t7501-commit.sh @@ -119,6 +119,7 @@ test_expect_success \ "echo 'gak' >file && \ git-commit -m 'author' --author 'Rubber Duck ' -a" +echo "SKIP because msysgit does not support Git.pm" || test_expect_success \ "interactive add" \ "echo 7 | git-commit --interactive | grep 'What now'"