aboutsummaryrefslogtreecommitdiff
path: root/t/t7501-commit.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-09-17 11:39:35 -0700
committerJunio C Hamano <gitster@pobox.com>2013-09-17 11:39:35 -0700
commit22a6f313333d41dad0030ec07cdededbdd007a72 (patch)
treee4901562921f24c25bff1f80becfeb210ed86b96 /t/t7501-commit.sh
parent5aebc9a8deb1c8c83537bae72f14585e44f51787 (diff)
parent95728f74b100a4feabb5c70c0e6d8bed9dc29451 (diff)
downloadgit-22a6f313333d41dad0030ec07cdededbdd007a72.tar.gz
git-22a6f313333d41dad0030ec07cdededbdd007a72.tar.xz
Merge branch 'kk/tests-with-no-perl'
Some tests were not skipped under NO_PERL build. * kk/tests-with-no-perl: reset test: modernize style t/t7106-reset-unborn-branch.sh: Add PERL prerequisite add -i test: use skip_all instead of repeated PERL prerequisite Make test "using invalid commit with -C" more strict
Diffstat (limited to 't/t7501-commit.sh')
-rwxr-xr-xt/t7501-commit.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t7501-commit.sh b/t/t7501-commit.sh
index 99ce36f5e..f04798f87 100755
--- a/t/t7501-commit.sh
+++ b/t/t7501-commit.sh
@@ -53,7 +53,7 @@ test_expect_success PERL 'can use paths with --interactive' '
'
test_expect_success 'using invalid commit with -C' '
- test_must_fail git commit -C bogus
+ test_must_fail git commit --allow-empty -C bogus
'
test_expect_success 'nothing to commit' '